Explorar el Código

[修改时间间隔][修改]

tags/jenkins-front-end-screenad-93-v67^0
meo hace 6 años
padre
commit
3c4a2dba2d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      App.js

+ 2
- 2
App.js Ver fichero

@@ -282,9 +282,9 @@ startAd() {
this.getAdDataList()
this.hbRequest()
hbRequestCount =this.state.heartConfig.pageChangeInterval;
hbRequestCount =this.state.heartConfig.heartbeatInterval;
getAdDataCount =this.state.heartConfig.dataRefreshInterval;
pageChangeCount =this.state.heartConfig.heartbeatInterval;
pageChangeCount =this.state.heartConfig.pageChangeInterval;

setInterval(()=>{



Cargando…
Cancelar
Guardar