@@ -48,6 +48,9 @@ Page({ | |||||
page:1, | page:1, | ||||
allow_load:true | allow_load:true | ||||
}) | }) | ||||
wx.setNavigationBarTitle({ | |||||
title: '拼团专场' | |||||
}) | |||||
this.getList(1, "spellList") | this.getList(1, "spellList") | ||||
}, | }, | ||||
//去使用 | //去使用 | ||||
@@ -80,6 +83,9 @@ Page({ | |||||
allow_load: true, | allow_load: true, | ||||
lists:null | lists:null | ||||
}) | }) | ||||
wx.setNavigationBarTitle({ | |||||
title: '我的拼团' | |||||
}) | |||||
this.getList(1, "myspellList") | this.getList(1, "myspellList") | ||||
}, | }, | ||||
/** | /** | ||||
@@ -13,7 +13,7 @@ | |||||
}, | }, | ||||
"compileType": "miniprogram", | "compileType": "miniprogram", | ||||
"libVersion": "2.2.0", | "libVersion": "2.2.0", | ||||
"appid": "wxb11603577a84a86d", | |||||
"appid": "wx649b3be73c1afe47", | |||||
"projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", | "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", | ||||
"isGameTourist": false, | "isGameTourist": false, | ||||
"condition": { | "condition": { | ||||