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: '拼团专场' })