默认提交
Showing
2 changed files
with
5 additions
and
1 deletions
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| 14 | "window": { | 14 | "window": { |
| 15 | "backgroundTextStyle": "light", | 15 | "backgroundTextStyle": "light", |
| 16 | "navigationBarBackgroundColor": "#fff", | 16 | "navigationBarBackgroundColor": "#fff", |
| 17 | "navigationBarTitleText": "组团拜年", | 17 | "navigationBarTitleText": "家有儿孙", |
| 18 | "navigationBarTextStyle": "black" | 18 | "navigationBarTextStyle": "black" |
| 19 | }, | 19 | }, |
| 20 | "requiredBackgroundModes": ["audio"], | 20 | "requiredBackgroundModes": ["audio"], | ... | ... |
| ... | @@ -327,6 +327,10 @@ Page({ | ... | @@ -327,6 +327,10 @@ Page({ |
| 327 | url: app.api.tabList, | 327 | url: app.api.tabList, |
| 328 | data: {} | 328 | data: {} |
| 329 | }).then((result) => { | 329 | }).then((result) => { |
| 330 | // result.push({ | ||
| 331 | // type: 2, | ||
| 332 | // tabName:"组团拜年" | ||
| 333 | // }) | ||
| 330 | this.setData({ | 334 | this.setData({ |
| 331 | tabList: result | 335 | tabList: result |
| 332 | }) | 336 | }) | ... | ... |
-
Please register or sign in to post a comment