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": {