Commit 377b4f3c authored by youjie's avatar youjie

no message

parent 2470c5f5
...@@ -623,7 +623,7 @@ ...@@ -623,7 +623,7 @@
console.log("coupon_post_GetUserCanUseCouponList", res); console.log("coupon_post_GetUserCanUseCouponList", res);
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.couponList = res.data this.couponList = res.data
this.calcPzCouponHandler() // this.calcPzCouponHandler()
this.calcMaxCouponHandle() this.calcMaxCouponHandle()
} }
}, },
......
...@@ -1097,7 +1097,7 @@ ...@@ -1097,7 +1097,7 @@
if (res.resultCode == 1) { if (res.resultCode == 1) {
console.log("coupon_post_GetUserCanUseCouponList_res", res); console.log("coupon_post_GetUserCanUseCouponList_res", res);
this.couponList = res.data this.couponList = res.data
this.calcPzCouponHandler() // this.calcPzCouponHandler()
this.calcMaxCouponHandle() this.calcMaxCouponHandle()
} }
}, },
......
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