From a416e9b47bf50e5b629bcd1a89700412849ebf33 Mon Sep 17 00:00:00 2001 From: meo <958484406@qq.com> Date: Tue, 28 Aug 2018 23:22:50 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=B4=AD=E4=B9=B0=E9=A1=BB=E7=9F=A5remark?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0][=E5=A2=9E=E5=8A=A0]:=E5=88=B8=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2remark=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupon/detail/index.wxml | 8 +------- pages/rushToBuy/index.js | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) 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