|
@@ -387,13 +387,16 @@
|
|
|
}
|
|
}
|
|
|
],
|
|
],
|
|
|
"tabBar": {
|
|
"tabBar": {
|
|
|
- "color": "#282828",
|
|
|
|
|
- "selectedColor": "#B22338",
|
|
|
|
|
|
|
+ "color": "#999999",
|
|
|
|
|
+ "selectedColor": "#333333",
|
|
|
"borderStyle": "white",
|
|
"borderStyle": "white",
|
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [
|
|
"list": [
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/index/index"
|
|
|
|
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
|
|
+ "selectedIconPath": "/static/tabBar/index_cur.png",
|
|
|
|
|
+ "iconPath": "/static/tabBar/index.png",
|
|
|
|
|
+ "text": "首页"
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
// "pagePath": "pages/orderMeal/index"
|
|
// "pagePath": "pages/orderMeal/index"
|
|
@@ -402,10 +405,16 @@
|
|
|
// "pagePath": "pages/qrCode/index"
|
|
// "pagePath": "pages/qrCode/index"
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/order/index"
|
|
|
|
|
|
|
+ "pagePath": "pages/order/index",
|
|
|
|
|
+ "selectedIconPath": "/static/tabBar/order_cur.png",
|
|
|
|
|
+ "iconPath": "/static/tabBar/order.png",
|
|
|
|
|
+ "text": "订单"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/my/index"
|
|
|
|
|
|
|
+ "pagePath": "pages/my/index",
|
|
|
|
|
+ "selectedIconPath": "/static/tabBar/me_cur.png",
|
|
|
|
|
+ "iconPath": "/static/tabBar/me.png",
|
|
|
|
|
+ "text": "我的"
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|