Commit 154c71fb by 赵雅纹

Merge branch 'dev_7.1.0' into fixbug-ZYW

parents 1cf72d19 a566706a
......@@ -54,7 +54,7 @@ Component({
// 1 抵用券 2 折扣券
const { id,index,type } = e.currentTarget.dataset
const { couponList } = this.data
console.log('2222', id,index, type)
console.log('type---1 抵用券 2 折扣券 ', id,index, type)
couponList.forEach(item=>{
item.checked = false
})
......
......@@ -68,7 +68,7 @@ wxService.page({
if(e.detail){
this.setData({
haveCoupon: true,
currentCoupon: e.detail
currentCoupon: `- ${e.detail}`
})
}
},
......
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