From 3d2ac9019b53f2e3da7101dd5f7d3c449f4ed568 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:25:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA:=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8A=A9=E5=8A=9B=E5=A4=9A=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index e303c50..4421c7b 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -247,7 +247,9 @@ class UserInfo { for (let taskId of this.powerList) { await this._join_power(taskId)//加入任务 await this._get_power_id(taskId)//获取助力的utid + await $.wait(2000) await this._share_power(taskId)//分享 + await $.wait(2000) if (this.powerId !== "") { await this._power(this.powerId) } @@ -375,7 +377,7 @@ class UserInfo { for (let i of result.body.rows) { if (i.isFinish == 1) { console.log(i.title) - this.powerList = [i.taskId] + this.powerList.push(i.taskId) } } } else {