diff --git a/App.js b/App.js index 2885f8b..dc96b76 100644 --- a/App.js +++ b/App.js @@ -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;