From 4b99cb3499605e6fa522d89d6c9f7fc983cc09d2 Mon Sep 17 00:00:00 2001 From: hupeng Date: Sat, 20 Jul 2019 17:02:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E5=9B=BE=E7=89=87][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=85=AC=E4=BC=97=E5=8F=B7=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8D=E4=BD=BF=E7=94=A8=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/App.js b/App.js index 3a50c34..2885f8b 100644 --- a/App.js +++ b/App.js @@ -482,7 +482,7 @@ render() { - + @@ -491,14 +491,14 @@ render() { {/* 底部商场信息展示开始 */} - + - + 小程序 - + 公众号 {this.state.versionInfo} From c002f19dff145a87ee1651e4aa2f2e8ff3334dbd Mon Sep 17 00:00:00 2001 From: hupeng Date: Sat, 20 Jul 2019 17:11:49 +0800 Subject: [PATCH 2/2] =?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;