新潮品牌狂欢 修复未绑定手机号死循环问题

This commit is contained in:
wisz2021
2021-06-04 13:44:34 +08:00
parent 8dadbd7485
commit 0e3e328434

View File

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