From c30133f344ad53f0d1317a26406ddb7aca72c267 Mon Sep 17 00:00:00 2001 From: superq <13815865+meooxx@users.noreply.github.com> Date: Tue, 3 May 2022 12:07:05 +0800 Subject: [PATCH] 2.2.1 (#45) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix * fix: 勾选频率太快 --- tools.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools.js b/tools.js index d0ac36b..73b504a 100644 --- a/tools.js +++ b/tools.js @@ -984,11 +984,11 @@ class Tools { } } } catch (e) { - console.log('勾选商品失败:', index); + console.log('勾选商品失败:', i); } if (i - 1 !== 0) { - await this.sleep(50); + await this.sleep(150); } } return [false];