Update jd_task_rmCart.js

This commit is contained in:
可达鸭 2025-03-28 21:51:06 +08:00
parent 3ace142761
commit e30c2d4930

View File

@ -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