소스 검색

[数据][修改]:取消异步执行

tags/jenkins-front-end-screenad-173-v100^0
hupeng 5 년 전
부모
커밋
c002f19dff
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      App.js

+ 3
- 3
App.js 파일 보기

@@ -344,9 +344,9 @@ routine() {
}

async startAd() {
await this.getBaseInfo()
await this.getAdDataList(true)
await this.hbRequest()
this.getBaseInfo()
this.getAdDataList(true)
this.hbRequest()
hbRequestCount = heartConfig.heartbeatInterval;
getAdDataCount =heartConfig.dataRefreshInterval;


불러오는 중...
취소
저장