소스 검색

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…
취소
저장