소스 검색

运行报错修改:white改为#FFFFFF

htc 5 달 전
부모
커밋
c6f729f852
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages.json

+ 3 - 3
pages.json

@@ -54,7 +54,7 @@
 			"style": {
 				"navigationBarTitleText": "账号中心",
 				"enablePullDownRefresh": false,
-				"navigationBarBackgroundColor": "white"
+				"navigationBarBackgroundColor": "#FFFFFF"
 			}
 
 		}, {
@@ -83,7 +83,7 @@
 			"style": {
 				"navigationBarTitleText": "远程管控",
 				"enablePullDownRefresh": true,
-				"navigationBarTextStyle": "white",
+				"navigationBarTextStyle": "#FFFFFF",
 				"navigationBarBackgroundColor": "#5C8FFF"
 			}
 
@@ -272,7 +272,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "white",
+		"navigationBarBackgroundColor": "#FFFFFF",
 		"navigationBarTextStyle": "black"
 	},