|
@@ -1,6 +1,5 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
-
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
@@ -29,8 +28,8 @@
|
|
|
"path": "pages/user/user",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的",
|
|
|
- "navigationBarBackgroundColor": "#D53533",
|
|
|
- "navigationBarTextStyle": "white",
|
|
|
+ /* "navigationBarBackgroundColor": "#D53533",
|
|
|
+ "navigationBarTextStyle": "white", */
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
}, {
|
|
@@ -582,33 +581,34 @@
|
|
|
|
|
|
"tabBar": {
|
|
|
"color": "#8a8a8a",
|
|
|
- "selectedColor": "#1677FF",
|
|
|
- "borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "./static/tabimg/index2.png",
|
|
|
- "selectedIconPath": "./static/tabimg/index1677FF.png",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/shop/shop",
|
|
|
- "iconPath": "./static/tabimg/shop2.png",
|
|
|
- "selectedIconPath": "./static/tabimg/shop1677FF.png",
|
|
|
- "text": "商城"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/activity/activity",
|
|
|
- "iconPath": "./static/tabimg/activty2.png",
|
|
|
- "selectedIconPath": "./static/tabimg/activty1677FF.png",
|
|
|
- "text": "活动"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/user/user",
|
|
|
- "iconPath": "./static/tabimg/me2.png",
|
|
|
- "selectedIconPath": "./static/tabimg/me1677FF.png",
|
|
|
- "text": "我的"
|
|
|
- }
|
|
|
+ "selectedColor": "#8a8a8a",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "./static/tabimg/index2.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/index2.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/shop/shop",
|
|
|
+ "iconPath": "./static/tabimg/shop2.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/shop2.png",
|
|
|
+ "text": "商城"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/activity/activity",
|
|
|
+ "iconPath": "./static/tabimg/activty2.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/activty2.png",
|
|
|
+ "text": "活动"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/user/user",
|
|
|
+ "iconPath": "./static/tabimg/me2.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/me2.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+
|
|
|
]
|
|
|
},
|
|
|
"globalStyle": {
|