From a002d27f6329cec2c3aeafa28f8d4ffd2cbf901b Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期一, 07 六月 2021 16:36:18 +0800
Subject: [PATCH] navigation Bar Text Style

---
 pages.json |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pages.json b/pages.json
index 27a7b70..31b900d 100644
--- a/pages.json
+++ b/pages.json
@@ -30,13 +30,12 @@
 			"style": {
 				"navigationBarTitleText": ""
 			}
-		}
-		, {
+		}, {
 			"path": "pages/invite/invite",
 			"style": {
 				"navigationBarTitleText": "鎴愪负缁忛攢鍟�"
 			}
-		}	
+		}
 		// #ifdef H5
 		, {
 			"path": "pages/invite-reg/invite-reg",
@@ -46,11 +45,11 @@
 			}
 		}
 		// #endif
-	    ,{
-            "path" : "pages/order/order",
-            "style" : {}
-        }
-    ],
+		, {
+			"path": "pages/order/order",
+			"style": {}
+		}
+	],
 	"tabBar": {
 		"color": "#7a7e83",
 		"selectedColor": "#0faeff",
@@ -76,8 +75,9 @@
 		]
 	},
 	"globalStyle": {
-		"navigationBarTextStyle": "white",
-		"navigationBarBackgroundColor": "#0faeff",
-		"backgroundColor": "#fbf9fe"
+        "navigationBarTextStyle": "black",
+        "navigationBarTitleText": "婕旂ず",
+        "navigationBarBackgroundColor": "#FFF",
+        "backgroundColor": "#FFF"
 	}
 }

--
Gitblit v1.8.0