新潮品牌狂欢 修复未绑定手机号死循环问题
This commit is contained in:
@ -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))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user