Commit e17c4745 authored by youjie's avatar youjie

no message

parent 0052c12f
...@@ -976,7 +976,6 @@ ...@@ -976,7 +976,6 @@
let obj = this.couponList.find(x=>{ let obj = this.couponList.find(x=>{
return x.id==this.DiscountAmountId return x.id==this.DiscountAmountId
}) })
console.log(obj,'----------------')
this.DiscountAmountObj = obj?obj:{} this.DiscountAmountObj = obj?obj:{}
}, },
getUserCouponList(){ getUserCouponList(){
......
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