From 1f72a434a3743e78f622c935e31089b560851abe Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 25 Dec 2024 11:56:43 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B5=A0=E9=80=81=E8=A7=84?= =?UTF-8?q?=E5=88=99=20=E6=89=8B=E6=9C=BA=E7=AB=AF=E8=B4=B9=E7=94=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- components/vc-discount/vc-discount.vue | 3 +++ 1 file changed, 3 insertions(+) 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){