Commit 3922da37 authored by 罗超's avatar 罗超

修改计算

parent b77fbbb0
...@@ -590,11 +590,11 @@ export default { ...@@ -590,11 +590,11 @@ export default {
this.stuData.StuList.map(e => { this.stuData.StuList.map(e => {
if (e.IsRenewGuest == 0) { if (e.IsRenewGuest == 0) {
this.OrderMsg.DiscountMoney += this.OrderMsg.DiscountMoney =this.accAdd( this.OrderMsg.DiscountMoney,this.accMul(this.OrderMsg.Class_Price , this.OrderMsg.B2CRatio))
this.OrderMsg.Class_Price * this.OrderMsg.B2CRatio;
} else { } else {
this.OrderMsg.DiscountMoney += this.OrderMsg.DiscountMoney =this.accAdd( this.OrderMsg.DiscountMoney,this.accMul(this.OrderMsg.Class_Price , this.OrderMsg.B2CReNewRatio))
this.OrderMsg.Class_Price * this.OrderMsg.B2CReNewRatio;
} }
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment