From baf221fe03cc53a292be84e55c14c5d6f095fea6 Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Fri, 4 Jun 2021 13:54:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=96=B0=E6=BD=AE?= =?UTF-8?q?=E5=93=81=E7=89=8C=E7=8B=82=E6=AC=A2=20=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E6=AD=BB=E5=BE=AA=E7=8E=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_mcxhd.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jd_mcxhd.js b/jd_mcxhd.js index fe7f15dc..6614e253 100644 --- a/jd_mcxhd.js +++ b/jd_mcxhd.js @@ -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 } } }