Browse Source

拼团专场切换标题修改

tags/安徽版C.4.1.6最终版
刘晖 6 years ago
parent
commit
a91b467ee0
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      pages/spellGroup/spellGroup.js
  2. +1
    -1
      project.config.json

+ 6
- 0
pages/spellGroup/spellGroup.js View File

@@ -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")
},
/**


+ 1
- 1
project.config.json View File

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


Loading…
Cancel
Save