Ver código fonte

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

tags/jenkins-front-end-screenad-173-v100^0
hupeng 5 anos atrás
pai
commit
c002f19dff
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      App.js

+ 3
- 3
App.js Ver arquivo

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


Carregando…
Cancelar
Salvar