Browse Source

修改页面样式

mym 1 year ago
parent
commit
6c9986c7d1
1 changed files with 5 additions and 23 deletions
  1. 5 23
      pages.json

+ 5 - 23
pages.json

@@ -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": "消息"