| | |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/grabOrders/grabOrders", |
| | | "name": "grabOrders", |
| | | "style": { |
| | | "navigationBarTitleText": "我要抢", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/grabOrders/map", |
| | | "name": "map", |
| | | "style": { |
| | | "navigationBarTitleText": "任务详情", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | }, |
| | | // { |
| | | // "path": "pages/grabOrders/xcxm", |
| | | // "name": "map", |
| | | // "style": { |
| | | // "navigationBarTitleText": "任务详情", |
| | | // "navigationBarBackgroundColor": "#103289", |
| | | // "navigationBarTextStyle": "white" |
| | | // } |
| | | // }, |
| | | { |
| | | "path": "pages/issue/issue", |
| | | "name": "issue", |
| | | "style": { |
| | | "navigationBarTitleText": "发布", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/grabOrders/task", |
| | | "name": "task", |
| | | "style": { |
| | | "navigationBarTitleText": "任务详情", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/grabOrders/feedback", |
| | | "name": "feedback", |
| | | "style": { |
| | | "navigationBarTitleText": "任务反馈", |
| | | "navigationBarBackgroundColor": "#103289", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | }, |
| | | { |
| | | "path": "pages/index/index", |
| | | "name": "index", |
| | | "style": { |
| | |
| | | "text": "首页", |
| | | "iconPath": "static/tabbar/index01.png", |
| | | "selectedIconPath": "static/tabbar/index02.png" |
| | | }, { |
| | | }, |
| | | { |
| | | "pagePath": "pages/article/article", |
| | | "text": "资讯", |
| | | "iconPath": "static/tabbar/article.png", |
| | | "selectedIconPath": "static/tabbar/articleH.png" |
| | | }, |
| | | { |
| | | "pagePath": "pages/issue/issue", |
| | | "iconPath": "static/tabbar/addIcon.png", |
| | | "selectedIconPath": "static/tabbar/addSelectedIcon.png", |
| | | "text": "发布" |
| | | }, |
| | | { |
| | | "pagePath": "pages/business/business", |
| | |
| | | "iconPath": "static/tabbar/my.png", |
| | | "selectedIconPath": "./static/tabbar/my-blue.png" |
| | | } |
| | | |
| | | ] |
| | | }, |
| | | "globalStyle": { // 不能在globalStyle中设置隐藏头部导航栏,否则聊天页面的头部栏会不显示,在pages中设置titleNView为false就可以隐藏头部导航栏了 |