Explorar el Código

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

tags/jenkins-front-end-screenad-173-v100^0
hupeng hace 5 años
padre
commit
c002f19dff
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      App.js

+ 3
- 3
App.js Ver fichero

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


Cargando…
Cancelar
Guardar