Skip to content

Commit

Permalink
2.2.1 (#45)
Browse files Browse the repository at this point in the history
Fix
* fix: 勾选频率太快
  • Loading branch information
meooxx authored May 3, 2022
1 parent 9559a4f commit c30133f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit c30133f

Please sign in to comment.