From 6f05ebb507f3d9e6f8858005ca91455dd1b2eaff Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gacmotor.js b/gacmotor.js index d2cf7d3..455863a 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -164,7 +164,7 @@ class UserInfo { await this._activity_lotter_mall({ "activityId": "465", "channel": "wx_channel" }) console.log(`请截图中奖记录找客服领取 微信打开https://mall.gacmotor.com/act/turntable?id=465&channelCode=`); } else { - console.log(`答题完成或未到活动时间`); + console.log(`本周答题完成或未到活动时间`); } // /*if (1700755199000 > this.BeiJingTime && this.BeiJingTime > 1700150400000) { @@ -429,7 +429,7 @@ class UserInfo { result = JSON.parse(result) if (result.code == "0000") { for (let id of result.data.taskInfoList) { - if (id.startTime > this.BeiJingTime && this.BeiJingTime > id.endTime && id.userSubmit == false) { + if (id.endTime > this.BeiJingTime && this.BeiJingTime > id.startTime && id.userSubmit == false) { this.questionTaskId = id.id } }