diff --git a/components/vc-discount/vc-discount.vue b/components/vc-discount/vc-discount.vue index 414c7e8..8a6e0a1 100644 --- a/components/vc-discount/vc-discount.vue +++ b/components/vc-discount/vc-discount.vue @@ -91,6 +91,9 @@ _totalDiscountMoney += parseFloat(Math.abs(disItem.discountPrice)); disItem.discountPrice = Math.abs(disItem.discountPrice); } + if(disItem.ruleId == '102020008'){ + _totalDiscountMoney = 0; + } _selectDiscount.push(disItem); }) // if(_totalDiscountMoney > 0){