diff --git a/pages/coupon/detail/index.wxml b/pages/coupon/detail/index.wxml index e6af32a..3161d67 100644 --- a/pages/coupon/detail/index.wxml +++ b/pages/coupon/detail/index.wxml @@ -36,13 +36,7 @@ 购买须知 - 有效期2018.01.16 至 2018.09.20 - 除特价酒水及特价菜外全场通用 - 无需预约,消费g高峰时可能需要等位 - 没人最多购买2张 - 不可使用包间 - 堂食外带均可,可免费打包 - 每桌限用2张 + {{data.remark}} diff --git a/pages/rushToBuy/index.js b/pages/rushToBuy/index.js index f46deda..15ee657 100644 --- a/pages/rushToBuy/index.js +++ b/pages/rushToBuy/index.js @@ -113,8 +113,8 @@ Page({ gotodetail: function(e) { console.log(e); 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({ url: `/pages/coupon/detail/index?couponChannelId=${ e.currentTarget.dataset.id