From a423ba31d6d5cbc716027f597c026c14d29c4d3a Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Mon, 12 Aug 2019 12:41:37 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2=E5=88=B8][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]:[=E4=BF=AE=E6=94=B9=E6=8B=BC=E5=9B=A2undifined?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/spellGroup/mySpellGroup/index.js | 4 ---- 1 file changed, 4 deletions(-) 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); }