Browse Source

[拼团样式得修改]

tags/安徽版C.4.1.6最终版
meo 6 years ago
parent
commit
bf67d77734
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      pages/spellGroup/mySpellGroup/index.js
  2. +1
    -1
      pages/spellGroup/spellGroup.js

+ 2
- 2
pages/spellGroup/mySpellGroup/index.js View File

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


+ 1
- 1
pages/spellGroup/spellGroup.js View File

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


Loading…
Cancel
Save