From 7e6c13f0638d5c14541570d4f6e50e25242065a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Tue, 12 Mar 2019 16:37:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8B=BC=E5=9B=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/spellGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/spellGroup/spellGroup.js b/pages/spellGroup/spellGroup.js index 361dee1..03b0fb8 100644 --- a/pages/spellGroup/spellGroup.js +++ b/pages/spellGroup/spellGroup.js @@ -58,7 +58,7 @@ Page({ }) }, //重新拼团 - gotoAgain(){ + gotoAgain(e){ let data = e.currentTarget.dataset.data wx.navigateTo({ url: `/pages/spellGroup/mySpellGroup/index?couponId=${data.couponId}&couponChannelId=${data.couponChannelId}`,