Commit 56f175df by 高淑倩

优化

parent c7c0e2f2
......@@ -117,10 +117,6 @@ wxService.page({
let plusPrice = isSelect ? plusMemberPrice : 0 // plus
let calCouponPrice = defalutCoupon ? defalutCoupon : orderCoupon
console.log('优惠价', orderCoupon)
console.log('默认优惠', defalutCoupon)
console.log('参与计算coupon', calCouponPrice)
// 实际价格 - 优惠价 + plus
this.setData({
// orderPrice: Math.round(orderInitPrice - orderCoupon)
......
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