mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
debug
This commit is contained in:
parent
34059253c5
commit
e455f69f1c
@ -464,7 +464,7 @@ function ChangeUserId(desp) {
|
|||||||
for (let i = 0; i < userIdTmp.length; i++) {
|
for (let i = 0; i < userIdTmp.length; i++) {
|
||||||
const count = "账号" + (i + 1);
|
const count = "账号" + (i + 1);
|
||||||
const count2 = "签到号 " + (i + 1);
|
const count2 = "签到号 " + (i + 1);
|
||||||
if (desp.match(count) || desp.match(count2)) {
|
if (desp.match(count2)) {
|
||||||
userId = userIdTmp[i];
|
userId = userIdTmp[i];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user