From 7384ea5b463c0a7ef76cef98358dead1fa4d7430 Mon Sep 17 00:00:00 2001 From: KingRan Date: Tue, 15 Feb 2022 14:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_EsportsManager.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/jd_EsportsManager.js b/jd_EsportsManager.js index 4acc05d..08ee946 100644 --- a/jd_EsportsManager.js +++ b/jd_EsportsManager.js @@ -87,7 +87,6 @@ async function main() { "" } let taskId = task_vos.task_id, taskType = task_vos.task_type; - if(product_info_vos != ){ for (let t of product_info_vos) { if (t.status === '1') { console.log(`开始任务:${task_vos.task_name}`) @@ -95,7 +94,6 @@ async function main() { await $.wait(1000) } } - } } }