关闭抽奖

This commit is contained in:
wisz2021
2021-05-24 10:08:18 +08:00
parent c6e9c0d06f
commit 2d7dc8f0e7

View File

@@ -92,15 +92,15 @@ let inviteCodes = ['xBd-HlYMlLUzqSkuz0qzAzuayqOG3FfAIeOTGLowr29_KbnH2bV4EX4@RtGK
} }
} }
} else { } else {
if (new Date().getDate() >= 24) { // if (new Date().getDate() >= 24) {
const res = await city_lotteryAward();//抽奖 // const res = await city_lotteryAward();//抽奖
if (res && res > 0) { // if (res && res > 0) {
for (let i = 0; i < new Array(res).fill('').length; i++) { // for (let i = 0; i < new Array(res).fill('').length; i++) {
await $.wait(1000) // await $.wait(1000)
await city_lotteryAward();//抽奖 // await city_lotteryAward();//抽奖
} // }
} // }
} // }
} }
await $.wait(1000) await $.wait(1000)
} }