|
|
|
@ -1,6 +1,24 @@ |
|
|
|
|
{ |
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
|
|
|
{ |
|
|
|
|
"path": "pages/tabBar/home/home", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "嗨加油", |
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none", |
|
|
|
|
"subNVues": [{ |
|
|
|
|
"id": "homeTitleNvue", // 唯一标识 |
|
|
|
|
"path": "pages/tabBar/home/subNvue/homeTitleNvue", // 页面路径 |
|
|
|
|
"type": "navigationBar" |
|
|
|
|
}] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
},{ |
|
|
|
|
"path" : "pages/unionPay/unionPay-entrance/unionPay-entrance", |
|
|
|
|
"style" : |
|
|
|
|
{ |
|
|
|
@ -22,24 +40,6 @@ |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
},{ |
|
|
|
|
"path": "pages/tabBar/home/home", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"navigationBarTitleText": "首页", |
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
"onReachBottomDistance": 50, |
|
|
|
|
"app-plus": { |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"softinputNavBar": "none", |
|
|
|
|
"subNVues": [{ |
|
|
|
|
"id": "homeTitleNvue", // 唯一标识 |
|
|
|
|
"path": "pages/tabBar/home/subNvue/homeTitleNvue", // 页面路径 |
|
|
|
|
"type": "navigationBar" |
|
|
|
|
}] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
|
"path": "pages/user/bindingCardList/bindingCardList", |
|
|
|
|
"style": { |
|
|
|
@ -161,7 +161,7 @@ |
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
"app-plus": { |
|
|
|
|
// "titleNView": false, //禁用原生导航栏 |
|
|
|
|
"titleNView": false, //禁用原生导航栏 |
|
|
|
|
"subNVues": [{ |
|
|
|
|
"id": "userTitleNvue", // 唯一标识 |
|
|
|
|
"path": "pages/tabBar/user/subNvue/userTitleNvue", // 页面路径 |
|
|
|
@ -310,8 +310,8 @@ |
|
|
|
|
"path": "pages/user/order_list/order_list", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "我的订单", |
|
|
|
|
"navigationBarBackgroundColor": "#f8f8f8", |
|
|
|
|
"backgroundColorTop": "#f3f3f3", |
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
"backgroundColorBottom": "#ffffff" |
|
|
|
|
} |
|
|
|
|
}, { |
|
|
|
@ -470,7 +470,11 @@ |
|
|
|
|
"path": "pages/userLogin/userLogin", |
|
|
|
|
"style": { |
|
|
|
|
"navigationBarTitleText": "嗨加油", |
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"backgroundTextStyle": "light", |
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, { |
|
|
|
@ -554,31 +558,30 @@ |
|
|
|
|
"backgroundColor": "#ffffff", |
|
|
|
|
"backgroundColorTop": "#ffffff", |
|
|
|
|
"backgroundColorBottom": "#ffffff" |
|
|
|
|
}, |
|
|
|
|
"tabBar": { |
|
|
|
|
"color": "#333333", |
|
|
|
|
"selectedColor": "#0083f5", |
|
|
|
|
"borderStyle": "black", |
|
|
|
|
"backgroundColor": "#ffffff", |
|
|
|
|
"list": [{ |
|
|
|
|
"pagePath": "pages/tabBar/home/home", |
|
|
|
|
"iconPath": "static/img/tabBar/home.png", |
|
|
|
|
"selectedIconPath": "static/img/tabBar/home-on.png", |
|
|
|
|
"text": "嗨加油" |
|
|
|
|
}, |
|
|
|
|
// { |
|
|
|
|
// "pagePath": "pages/tabBar/category/category", |
|
|
|
|
// "iconPath": "static/img/tabBar/category.png", |
|
|
|
|
// "selectedIconPath": "static/img/tabBar/category-on.png", |
|
|
|
|
// "text": "导航" |
|
|
|
|
// }, |
|
|
|
|
{ |
|
|
|
|
"pagePath": "pages/tabBar/user/user", |
|
|
|
|
"iconPath": "static/img/tabBar/user.png", |
|
|
|
|
"selectedIconPath": "static/img/tabBar/user-on.png", |
|
|
|
|
"text": "我的" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
// "tabBar": { |
|
|
|
|
// "color": "#333333", |
|
|
|
|
// "selectedColor": "#0083f5", |
|
|
|
|
// "borderStyle": "black", |
|
|
|
|
// "backgroundColor": "#ffffff", |
|
|
|
|
// "list": [{ |
|
|
|
|
// "pagePath": "pages/tabBar/home/home", |
|
|
|
|
// "iconPath": "static/img/tabBar/home.png", |
|
|
|
|
// "selectedIconPath": "static/img/tabBar/home-on.png", |
|
|
|
|
// "text": "首页" |
|
|
|
|
// }, |
|
|
|
|
// { |
|
|
|
|
// "pagePath": "pages/tabBar/category/category", |
|
|
|
|
// "iconPath": "static/img/tabBar/category.png", |
|
|
|
|
// "selectedIconPath": "static/img/tabBar/category-on.png", |
|
|
|
|
// "text": "导航" |
|
|
|
|
// }, |
|
|
|
|
|
|
|
|
|
// { |
|
|
|
|
// "pagePath": "pages/tabBar/user/user", |
|
|
|
|
// "iconPath": "static/img/tabBar/user.png", |
|
|
|
|
// "selectedIconPath": "static/img/tabBar/user-on.png", |
|
|
|
|
// "text": "我的" |
|
|
|
|
// } |
|
|
|
|
// ] |
|
|
|
|
// } |
|
|
|
|
} |
|
|
|
|