|
@@ -582,31 +582,31 @@
|
|
|
|
|
|
"tabBar": {
|
|
|
"color": "#8a8a8a",
|
|
|
- "selectedColor": "#D53533",
|
|
|
+ "selectedColor": "#8a8a8a",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"iconPath": "./static/tabimg/index2.png",
|
|
|
- "selectedIconPath": "./static/tabimg/index1.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/index2.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/shop/shop",
|
|
|
"iconPath": "./static/tabimg/shop2.png",
|
|
|
- "selectedIconPath": "./static/tabimg/shop1.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/shop2.png",
|
|
|
"text": "商城"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/activity/activity",
|
|
|
"iconPath": "./static/tabimg/activty2.png",
|
|
|
- "selectedIconPath": "./static/tabimg/activity1.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/activty2.png",
|
|
|
"text": "活动"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/user/user",
|
|
|
"iconPath": "./static/tabimg/me2.png",
|
|
|
- "selectedIconPath": "./static/tabimg/me1.png",
|
|
|
+ "selectedIconPath": "./static/tabimg/me2.png",
|
|
|
"text": "我的"
|
|
|
}
|
|
|
|