Commit e50eb7e5 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 60adba16
...@@ -129,6 +129,7 @@ Page({ ...@@ -129,6 +129,7 @@ Page({
let req = {} let req = {}
req.discCouponMsg = "超额优惠券" req.discCouponMsg = "超额优惠券"
req.discCouponState = 4; req.discCouponState = 4;
req.discCouponPrice = this.data.totalDisc
this.useCouponCallback(ACTION_USE_COUPON, req) this.useCouponCallback(ACTION_USE_COUPON, req)
return return
} }
......
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