From 5df17c732de463b3d5c5587c0e9e261e1fe70508 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Thu, 22 Apr 2021 11:34:32 +0800 Subject: [PATCH] fix --- jd_lotteryMachine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_lotteryMachine.js b/jd_lotteryMachine.js index cdb5468e..42459ba5 100644 --- a/jd_lotteryMachine.js +++ b/jd_lotteryMachine.js @@ -116,7 +116,7 @@ async function help() { console.log(`functionId:${collectScoreFunPrefix}_collectScore`); await harmony_collectScore(item['taskToken'], item['taskId']); if (!$.canHelp) { - break + // break } } }