From e66d97e9c4b1d32c3c0960f1fc0da9b8b8e788bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Tue, 2 Apr 2019 14:33:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=B8=B8=E6=88=8F=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/game/index.json | 2 +- pages/spellGroup/spellGroup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/game/index.json b/pages/game/index.json index bfbf839..0d6ac40 100644 --- a/pages/game/index.json +++ b/pages/game/index.json @@ -2,5 +2,5 @@ "usingComponents": { }, - "navigationBarTitleText": "富茂小游戏" + "navigationBarTitleText": "" } \ No newline at end of file diff --git a/pages/spellGroup/spellGroup.js b/pages/spellGroup/spellGroup.js index f33d618..69c03bb 100644 --- a/pages/spellGroup/spellGroup.js +++ b/pages/spellGroup/spellGroup.js @@ -50,7 +50,7 @@ Page({ }, onShow(){ let that=this; - if (this.data.reloadIf!=null){ + if (this.data.reloadIf){ wx.setNavigationBarTitle({ title: '拼团专场' })