diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index fabc580..a28bb6f 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -53,10 +53,6 @@ Page({ * 生命周期函数--监听页面加载 */ onLoad: function(options) { - this.setData({ - couponChannelId: options.couponChannelId, - couponId: options.couponId - }) if (options && options.couponChannelId) { this.getDetail(options.couponChannelId); }