Browse Source

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

tags/jenkins-front-end-screenad-173-v100^0
hupeng 5 years ago
parent
commit
c002f19dff
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      App.js

+ 3
- 3
App.js View File

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


Loading…
Cancel
Save