From 2d7dc8f0e78778397b3ad8b360132602b869d118 Mon Sep 17 00:00:00 2001 From: wisz2021 Date: Mon, 24 May 2021 10:08:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=8A=BD=E5=A5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_city.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/jd_city.js b/jd_city.js index 10b1ada6..1696e773 100644 --- a/jd_city.js +++ b/jd_city.js @@ -92,15 +92,15 @@ let inviteCodes = ['xBd-HlYMlLUzqSkuz0qzAzuayqOG3FfAIeOTGLowr29_KbnH2bV4EX4@RtGK } } } else { - if (new Date().getDate() >= 24) { - const res = await city_lotteryAward();//抽奖 - if (res && res > 0) { - for (let i = 0; i < new Array(res).fill('').length; i++) { - await $.wait(1000) - await city_lotteryAward();//抽奖 - } - } - } + // if (new Date().getDate() >= 24) { + // const res = await city_lotteryAward();//抽奖 + // if (res && res > 0) { + // for (let i = 0; i < new Array(res).fill('').length; i++) { + // await $.wait(1000) + // await city_lotteryAward();//抽奖 + // } + // } + // } } await $.wait(1000) }