瀏覽代碼

bug修复

master
suizhijia 5 年之前
父節點
當前提交
8c1735eb91
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      496_dongfengqichen/app.js

+ 3
- 3
496_dongfengqichen/app.js 查看文件

@@ -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…
取消
儲存