From c002f19dff145a87ee1651e4aa2f2e8ff3334dbd Mon Sep 17 00:00:00 2001 From: hupeng Date: Sat, 20 Jul 2019 17:11:49 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=95=B0=E6=8D=AE][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=BC=82=E6=AD=A5=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;