From a91b467ee0f807ad2c857143dfe5bc6b382e7e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Fri, 22 Mar 2019 10:16:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E4=B8=93=E5=9C=BA=E5=88=87?= =?UTF-8?q?=E6=8D=A2=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/spellGroup/spellGroup.js | 6 ++++++ project.config.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/spellGroup/spellGroup.js b/pages/spellGroup/spellGroup.js index 0ef9e61..a4c82da 100644 --- a/pages/spellGroup/spellGroup.js +++ b/pages/spellGroup/spellGroup.js @@ -48,6 +48,9 @@ Page({ page:1, allow_load:true }) + wx.setNavigationBarTitle({ + title: '拼团专场' + }) this.getList(1, "spellList") }, //去使用 @@ -80,6 +83,9 @@ Page({ allow_load: true, lists:null }) + wx.setNavigationBarTitle({ + title: '我的拼团' + }) this.getList(1, "myspellList") }, /** diff --git a/project.config.json b/project.config.json index b11f49c..35e906f 100644 --- a/project.config.json +++ b/project.config.json @@ -13,7 +13,7 @@ }, "compileType": "miniprogram", "libVersion": "2.2.0", - "appid": "wxb11603577a84a86d", + "appid": "wx649b3be73c1afe47", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "condition": {