c0f6ab09 by simon

默认提交

1 parent 909e7a61
......@@ -14,7 +14,7 @@
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "组团拜年",
"navigationBarTitleText": "家有儿孙",
"navigationBarTextStyle": "black"
},
"requiredBackgroundModes": ["audio"],
......
......@@ -327,6 +327,10 @@ Page({
url: app.api.tabList,
data: {}
}).then((result) => {
// result.push({
// type: 2,
// tabName:"组团拜年"
// })
this.setData({
tabList: result
})
......