can slide when blocked by captcha

This commit is contained in:
2023-03-04 13:28:10 +01:00
parent c363620b65
commit 46af10ceac
6 changed files with 154 additions and 14 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ class ExcelUtil {
(info, index, list) => {
if (index > 0 && info.length > 0) {
// console.log(info)
let name = info[0].split(" ")
if (info[0].includes("Aijing")){
console.log("found");
}
let name = info[0].trim().split(" ")
let firstName = name[1];
let lastName = name[0];
let phoneNumber = info[1];