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}`,