| @@ -36,13 +36,7 @@ | |||||
| <text>购买须知</text> | <text>购买须知</text> | ||||
| </view> | </view> | ||||
| <view> | <view> | ||||
| <text><text class='spot'></text>有效期2018.01.16 至 2018.09.20</text> | |||||
| <text><text class='spot'></text>除特价酒水及特价菜外全场通用</text> | |||||
| <text><text class='spot'></text>无需预约,消费g高峰时可能需要等位</text> | |||||
| <text><text class='spot'></text>没人最多购买2张</text> | |||||
| <text><text class='spot'></text>不可使用包间</text> | |||||
| <text><text class='spot'></text>堂食外带均可,可免费打包</text> | |||||
| <text><text class='spot'></text>每桌限用2张</text> | |||||
| <text><text class='spot'></text>{{data.remark}}</text> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| @@ -113,8 +113,8 @@ Page({ | |||||
| gotodetail: function(e) { | gotodetail: function(e) { | ||||
| console.log(e); | console.log(e); | ||||
| console.log("姐姐在测试"); | console.log("姐姐在测试"); | ||||
| console.log(e.currentTarget.dataset.couponid); | |||||
| console.log(e.currentTarget.dataset.targetad); | |||||
| console.log(e.currentTarget.dataset.couponChannelId); | |||||
| console.log("couponChannelId"); | |||||
| wx.navigateTo({ | wx.navigateTo({ | ||||
| url: `/pages/coupon/detail/index?couponChannelId=${ | url: `/pages/coupon/detail/index?couponChannelId=${ | ||||
| e.currentTarget.dataset.id | e.currentTarget.dataset.id | ||||