Browse Source

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

tags/jenkins-front-end-screenad-93-v67^0
meo 6 years ago
parent
commit
3c4a2dba2d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      App.js

+ 2
- 2
App.js View File

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


setInterval(()=>{ setInterval(()=>{




Loading…
Cancel
Save