can slide when blocked by captcha
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user