Parcourir la source

bug修复

master
suizhijia il y a 5 ans
Parent
révision
8c1735eb91
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      496_dongfengqichen/app.js

+ 3
- 3
496_dongfengqichen/app.js Voir le fichier

@@ -326,13 +326,13 @@ App({
if (res.code == 200) {
if (res.data) {
res.data.cdate = res.data.cdate ? res.data.cdate : "";
if(res.data.luckyTokenList){
this.globalData.luckyTokenList = res.data.luckyTokenList;
}
this.globalData.getBuyState = res.data;
if (this.globalData.buyStateSuccessFuc){
this.globalData.buyStateSuccessFuc();
}
if(res.data.luckyTokenList){
this.globalData.luckyTokenList = res.data.luckyTokenList;
}
}
}
}, this);

Chargement…
Annuler
Enregistrer