瀏覽代碼

[我的拼团][修改]:[我的拼团undifined问题的修改]

tags/安徽版C.4.1.6最终版
meo 6 年之前
父節點
當前提交
703194877c
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. +6
    -2
      pages/spellGroup/mySpellGroup/index.js

+ 6
- 2
pages/spellGroup/mySpellGroup/index.js 查看文件

@@ -33,8 +33,12 @@ Page({
couponChannelId: options.couponChannelId, couponChannelId: options.couponChannelId,
couponId: options.couponId couponId: options.couponId
}) })
this.getDetail(options.couponChannelId);
this.getOneSpell(options.couponId)
if (options.couponChannelId){
this.getDetail(options.couponChannelId);
}
if (options.couponId){
this.getOneSpell(options.couponId)
}
this.getUserInfo(); this.getUserInfo();
}, },
getUserInfo: function () { getUserInfo: function () {


Loading…
取消
儲存