| | |
| | | } |
| | | }, |
| | | "pages": [ |
| | | |
| | | // 第一个就是首页 |
| | | { |
| | | "path": "pages/tabbar/index/home", |
| | |
| | | // "navigationBarTitleText" : "视频", |
| | | "enablePullDownRefresh": false, |
| | | "navigationStyle": "custom" // 隐藏顶部导航栏 |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/tabbar/index/home1", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "" |
| | | } |
| | | }, |
| | | { |
| | |
| | | { |
| | | "navigationBarTitleText" : "主页信息修改" |
| | | } |
| | | }, |
| | | { |
| | | "path" : "video-edit", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText" : "视频编辑" |
| | | } |
| | | } |
| | | ] |
| | | }, |
| | |
| | | "borderStyle": "black", |
| | | "backgroundColor": "#ffffff", |
| | | "list": [{ |
| | | "pagePath": "pages/tabbar/index/home", |
| | | "pagePath": "pages/tabbar/index/home1", |
| | | "iconPath": "static/tabbar/home.png", |
| | | "selectedIconPath": "static/tabbar/home-s.png", |
| | | "text": "首页" |