Commit 6eb66766 authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 0c01dc9c
...@@ -123,7 +123,7 @@ Page({ ...@@ -123,7 +123,7 @@ Page({
//超额 //超额
if(totalDiscTemp > this.data.totalPrice){ if(totalDiscTemp > this.data.totalPrice){
let req = {} let req = {}
req.discCouponErrMsg = "超额优惠券" req.discCouponMsg = "超额优惠券"
req.discCouponState = 4; req.discCouponState = 4;
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