Browse Source

bug修复

master
suizhijia 5 years ago
parent
commit
8c1735eb91
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      496_dongfengqichen/app.js

+ 3
- 3
496_dongfengqichen/app.js View File

@@ -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);

Loading…
Cancel
Save