|
@@ -41,38 +41,20 @@
|
|
|
{
|
|
|
"path": "pages/order/order",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "订单中心",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "backgroundColor": "#ff4200",
|
|
|
- "titleColor": "#fff"
|
|
|
- }
|
|
|
- }
|
|
|
+ "navigationBarTitleText": "订单中心"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/message/message",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "消息中心",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "backgroundColor": "#ff4200",
|
|
|
- "titleColor": "#fff"
|
|
|
- }
|
|
|
- }
|
|
|
+ "navigationBarTitleText": "消息中心"
|
|
|
}
|
|
|
}
|
|
|
|
|
|
, {
|
|
|
"path": "pages/personal/personal",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "个人中心",
|
|
|
- "app-plus": {
|
|
|
- "titleNView": {
|
|
|
- "backgroundColor": "#ff4200",
|
|
|
- "titleColor": "#fff"
|
|
|
- }
|
|
|
- }
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
}
|
|
|
|
|
|
}, {
|
|
@@ -131,13 +113,13 @@
|
|
|
"text": "首页"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/order/OrderIndex",
|
|
|
+ "pagePath": "pages/order/order",
|
|
|
"iconPath": "static/tab/dd.png",
|
|
|
"selectedIconPath": "static/tab/dd_s.png",
|
|
|
"text": "订单"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/message/MessageIndex",
|
|
|
+ "pagePath": "pages/message/message",
|
|
|
"iconPath": "static/tab/xx.png",
|
|
|
"selectedIconPath": "static/tab/xxs.png",
|
|
|
"text": "消息"
|