瀏覽代碼

[拼团样式得修改]

tags/安徽版C.4.1.6最终版
meo 6 年之前
父節點
當前提交
bf67d77734
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. +2
    -2
      pages/spellGroup/mySpellGroup/index.js
  2. +1
    -1
      pages/spellGroup/spellGroup.js

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

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


+ 1
- 1
pages/spellGroup/spellGroup.js 查看文件

@@ -33,7 +33,7 @@ Page({
todayDate: todayDate
})
that.getList(1, "spellList");
that.getUserInfo()
that.getUserInfo();
that.setData({
flag: "spellList",
spellList: true,


Loading…
取消
儲存