Commit 5d5a8b9c by 谢中龙

订单处理金额

parent 4d84cc0b
......@@ -310,7 +310,8 @@ wxService.page({
isSelect,
plusMemberPrice,
defalutCoupon
} = this.data
} = this.data;
let newCurrentCoupon = currentCoupon ? currentCoupon : 0
let orderCoupon = parseFloat(newCurrentCoupon) // 优惠券价格
let plusPrice = isSelect ? plusMemberPrice : 0 // plus
......
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