|
@@ -507,7 +507,7 @@
|
|
|
},
|
|
},
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
"color": "#C0C4CC",
|
|
"color": "#C0C4CC",
|
|
|
- "selectedColor": "#5DBC7C",
|
|
|
|
|
|
|
+ "selectedColor": "#FF4C4C",
|
|
|
"borderStyle": "black",
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
"list": [{
|
|
@@ -522,6 +522,12 @@
|
|
|
"selectedIconPath": "static/tabBar/tab-cate-current.png",
|
|
"selectedIconPath": "static/tabBar/tab-cate-current.png",
|
|
|
"text": "分类"
|
|
"text": "分类"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "pagePath": "pages/cart/cart",
|
|
|
|
|
+ "iconPath": "static/tabBar/tab-cart.png",
|
|
|
|
|
+ "selectedIconPath": "static/tabBar/tab-cart-current.png",
|
|
|
|
|
+ "text": "购物车"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/user/user",
|
|
"pagePath": "pages/user/user",
|
|
|
"iconPath": "static/tabBar/tab-my.png",
|
|
"iconPath": "static/tabBar/tab-my.png",
|