Skip to content

Commit

Permalink
新潮品牌狂欢 修复未绑定手机号死循环问题
Browse files Browse the repository at this point in the history
wisz2021 committed Jun 4, 2021
1 parent 8dadbd7 commit 0e3e328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jd_mcxhd.js
Original file line number Diff line number Diff line change
@@ -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))
}
}
}

0 comments on commit 0e3e328

Please sign in to comment.