Commit 921bf092 authored by youjie's avatar youjie

no message

parent dc4460c9
......@@ -742,12 +742,7 @@
"coupon_post_GetUserCanUseCouponList", couponParams,
(res) => {
if (res.resultCode == 1) {
res.data.forEach((x) => {
if(x.useCondition){
this.couponList.push(x)
}
})
// this.couponList = res.data
this.couponList = res.data
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