feat 剧目颜色切换

develop
GJW200011 4 years ago
parent 3b30a7f2f1
commit 6ffe4c6dd9

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -176,14 +176,14 @@ Page({
})
},
onlinkurl(e) {
wx.navigateTo({
url: '/pages/user/discount/coupons/coupons',
})
this.cancle_mark(e)
// let link_url = e.currentTarget.dataset.link_url
// wx.navigateTo({
// url: link_url
// url: '/pages/user/discount/coupons/coupons',
// })
this.cancle_mark(e)
let link_url = e.currentTarget.dataset.link_url
wx.navigateTo({
url: link_url
})
},
/**
* 生命周期函数--监听页面加载

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save