Sfoglia il codice sorgente

[拼团样式得修改]

tags/安徽版C.4.1.6最终版
meo 6 anni fa
parent
commit
bf67d77734
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +2
    -2
      pages/spellGroup/mySpellGroup/index.js
  2. +1
    -1
      pages/spellGroup/spellGroup.js

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

@@ -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 Vedi File

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


Caricamento…
Annulla
Salva