mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 12:40:44 +08:00
Update jd_task_rmCart.js
This commit is contained in:
parent
3ace142761
commit
e30c2d4930
@ -142,7 +142,7 @@ export class Main extends Template {
|
||||
}
|
||||
let count = skus.length + packs.length
|
||||
let exceed = parseInt(this.profile.exceed || 0)
|
||||
if (exceed && exceed<count) {
|
||||
if (exceed && exceed>count) {
|
||||
p.info.work = true
|
||||
p.log(`当前购物车数量: ${count},小于指定数量,跳过运行`)
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user