mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 21:14:58 +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 count = skus.length + packs.length
|
||||||
let exceed = parseInt(this.profile.exceed || 0)
|
let exceed = parseInt(this.profile.exceed || 0)
|
||||||
if (exceed && exceed<count) {
|
if (exceed && exceed>count) {
|
||||||
p.info.work = true
|
p.info.work = true
|
||||||
p.log(`当前购物车数量: ${count},小于指定数量,跳过运行`)
|
p.log(`当前购物车数量: ${count},小于指定数量,跳过运行`)
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user