Browse Source

[拼团undefined问题修改]

tags/C.7.1.0
海洋之声 6 years ago
parent
commit
acd9a1f4ab
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 3
- 1
pages/spellGroup/mySpellGroup/index.js View File

@@ -536,7 +536,9 @@ Page({
onPullDownRefresh: function(e) { onPullDownRefresh: function(e) {
let that = this; let that = this;
that.getDetail(that.data.couponChannelId); that.getDetail(that.data.couponChannelId);
that.getOneSpell(that.data.couponId)
if (that.data.couponId) {
that.getOneSpell(that.data.couponId)
}
}, },
onShareAppMessage: function (options) { onShareAppMessage: function (options) {
console.log(options) console.log(options)


Loading…
Cancel
Save