修复 新潮品牌狂欢 异常账号死循环

This commit is contained in:
wisz2021
2021-06-04 13:54:40 +08:00
parent 77fba2a38d
commit baf221fe03

View File

@@ -284,8 +284,9 @@ function startGame() {
await $.wait(10*1000)
await reportGame(data.result.passScore + 2)
} else {
if (data.retCode === '1102') $.canDo = false
// if (data.retCode === '1102') $.canDo = false
console.log(`游戏开始失败`, JSON.stringify(data))
$.canDo = false
}
}
}