浏览代码

[拼团undefined问题修改]

tags/C.7.1.0
海洋之声 6 年前
父节点
当前提交
acd9a1f4ab
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 3
- 1
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)


正在加载...
取消
保存