Jelajahi Sumber

improve: title样式

From-wh 2 tahun lalu
induk
melakukan
bb6e74b2aa
1 mengubah file dengan 10 tambahan dan 3 penghapusan
  1. 10 3
      template/uni-app/pages.json

+ 10 - 3
template/uni-app/pages.json

@@ -69,9 +69,16 @@
 			"pages": [{
 					"path": "customer_list/chat",
 					"style": {
-						"navigationBarTitleText": "对话详情",
-						"navigationBarBackgroundColor": "#3875EA",
-						"navigationBarTextStyle": "white"
+						"navigationBarTitleText": "对话详情",
+						"navigationBarBackgroundColor": "#3875EA",
+						"navigationBarTextStyle": "white",
+						"app-plus": {
+							// #ifdef APP-PLUS
+							"titleNView": {
+								"type": "default"
+							}
+							// #endif
+						}
 					}
 				},
 				{