|
|
- {
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "环卫车",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 100
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "index",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/identity/index",
- "style": {
- "navigationBarTitleText": "选择身份",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/auth/index",
- "style": {
- "navigationBarTitleText": "微信登录",
- "navigationStyle":"custom",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
-
-
- {
- "path": "pages/login/index",
- "style": {
- "navigationStyle":"custom"
- }
- },
- {
- "path": "pages/reservation/index",
- "style": {
- "navigationBarTitleText": "我的预约",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages_subpack",
- "pages": [
- {
- "path": "apply/list",
- "style": {
- "navigationBarTitleText": "寻车列表",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "apply/index",
- "style": {
- "navigationBarTitleText": "寻车申请",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "category/index",
- "style": {
- "navigationBarTitleText": "分类",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "news/index",
- "style": {
- "navigationBarTitleText": "新闻",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "news/detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "detail/index",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "success/index",
- "style": {
- "navigationBarTitleText": "发布成功",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "version/index",
- "style": {
- "navigationBarTitleText": "关于本程序",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "recommend/index",
- "style": {
- "navigationBarTitleText": "我的推荐",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "release/index",
- "style": {
- "navigationBarTitleText": "发布订单",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "invite/index",
- "style": {
- "navigationBarTitleText": "邀请",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "business/index",
- "style": {
- "navigationBarTitleText": "企业注册",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "person/index",
- "style": {
- "navigationBarTitleText": "个人注册",
- "navigationStyle":"default",
- "navigationBarBackgroundColor": "#669A32",
- "navigationBarTextStyle": "white"
- }
- }
- ]
- }
- ],
- "preloadRule": {
-
- },
- "globalStyle": {
- "navigationBarBackgroundColor": "#669A32",
- "backgroundColor": "#f5f5f5",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "环卫车",
- "backgroundColorTop": "#f5f5f5",
- "backgroundColorBottom": "#f5f5f5"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#669A32",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/image/home.png",
- "selectedIconPath": "static/image/home_selected.png",
- "text": "首页"
- }, {
- "pagePath": "pages/user/index",
- "iconPath": "static/image/user.png",
- "selectedIconPath": "static/image/user_selected.png",
- "text": "我的"
- }
- ]
- }
- }
|