From 7a5f09d118f926219ad7deebfe25be2cd74d211c Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 6 May 2023 13:18:51 +0800 Subject: [PATCH] Update dwnc.js --- dwnc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwnc.js b/dwnc.js index 3f3b5ce..5a2847e 100644 --- a/dwnc.js +++ b/dwnc.js @@ -256,7 +256,7 @@ class UserInfo { } let taskIdObject = { "multi_times": async () => { - if (this.hours = 8 || 12 | 18 | 22) { + if (Number(this.hours) == 8 || Number(this.hours) == 12 || Number(this.hours) == 18 || Number(this.hours) == 22) { console.log(`检测当前到达任务时间节点,开始执行任务`); //await this.task_receive(1, 1, "multi_times")//领取 } else {