浏览代码

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

正在加载...
取消
保存