This commit is contained in:
lxk0301
2021-02-27 17:21:40 +08:00
parent 34059253c5
commit e455f69f1c

View File

@@ -464,7 +464,7 @@ function ChangeUserId(desp) {
for (let i = 0; i < userIdTmp.length; i++) {
const count = "账号" + (i + 1);
const count2 = "签到号 " + (i + 1);
if (desp.match(count) || desp.match(count2)) {
if (desp.match(count2)) {
userId = userIdTmp[i];
}
}