mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化赠送规则 手机端费用显示bug
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
04482d7c2d
commit
1f72a434a3
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user