Commit a566706a by 高淑倩

type

parent 48de7831
...@@ -54,7 +54,7 @@ Component({ ...@@ -54,7 +54,7 @@ Component({
// 1 抵用券 2 折扣券 // 1 抵用券 2 折扣券
const { id,index,type } = e.currentTarget.dataset const { id,index,type } = e.currentTarget.dataset
const { couponList } = this.data const { couponList } = this.data
console.log('2222', id,index, type) console.log('type---1 抵用券 2 折扣券 ', id,index, type)
couponList.forEach(item=>{ couponList.forEach(item=>{
item.checked = false item.checked = false
}) })
......
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