diff --git a/pages/spellGroup/mySpellGroup/index.js b/pages/spellGroup/mySpellGroup/index.js index 39f861c..ed84cfb 100644 --- a/pages/spellGroup/mySpellGroup/index.js +++ b/pages/spellGroup/mySpellGroup/index.js @@ -536,7 +536,9 @@ Page({ onPullDownRefresh: function(e) { let that = this; that.getDetail(that.data.couponChannelId); - that.getOneSpell(that.data.couponId) + if (that.data.couponId) { + that.getOneSpell(that.data.couponId) + } }, onShareAppMessage: function (options) { console.log(options)