|
@@ -1,17 +1,72 @@
|
|
{
|
|
{
|
|
- "pages": [{
|
|
|
|
- "path": "pages/index/index",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "uni-app"
|
|
|
|
- }
|
|
|
|
- }],
|
|
|
|
|
|
+ "pages": [
|
|
|
|
+ {
|
|
|
|
+ "path" : "pages/home/home",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ // "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ ,{
|
|
|
|
+ "path" : "pages/cate/cate",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ ,{
|
|
|
|
+ "path" : "pages/cart/cart",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ ,{
|
|
|
|
+ "path" : "pages/my/my",
|
|
|
|
+ "style" :
|
|
|
|
+ {
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
- "navigationBarTextStyle": "black",
|
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
- "backgroundColor": "#F8F8F8",
|
|
|
|
- "app-plus": {
|
|
|
|
- "background": "#efeff4"
|
|
|
|
- }
|
|
|
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
|
+ "navigationBarTitleText": "黑马优购",
|
|
|
|
+ "navigationBarBackgroundColor": "#C00000",
|
|
|
|
+ "backgroundColor": "#FFFFFF"
|
|
|
|
+ },
|
|
|
|
+ "tabBar": {
|
|
|
|
+ "selectedColor": "#C00000",
|
|
|
|
+ "list": [
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/home/home",
|
|
|
|
+ "text": "首页",
|
|
|
|
+ "iconPath": "static/tab_icons/home.png",
|
|
|
|
+ "selectedIconPath": "static/tab_icons/home-active.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/cate/cate",
|
|
|
|
+ "text": "分类",
|
|
|
|
+ "iconPath": "static/tab_icons/cate.png",
|
|
|
|
+ "selectedIconPath": "static/tab_icons/cate-active.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/cart/cart",
|
|
|
|
+ "text": "购物车",
|
|
|
|
+ "iconPath": "static/tab_icons/cart.png",
|
|
|
|
+ "selectedIconPath": "static/tab_icons/cart-active.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/my/my",
|
|
|
|
+ "text": "我的",
|
|
|
|
+ "iconPath": "static/tab_icons/my.png",
|
|
|
|
+ "selectedIconPath": "static/tab_icons/my-active.png"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
}
|
|
}
|
|
}
|
|
}
|