From 501e7180823c29e893d87efabd0e2b9a629bae40 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 20 Aug 2021 17:25:09 +0800
Subject: [PATCH] 下拉刷新等

---
 pages.json |   56 +++++++++++++++++++++++++++-----------------------------
 1 files changed, 27 insertions(+), 29 deletions(-)

diff --git a/pages.json b/pages.json
index 12dc4a3..cae1ad4 100644
--- a/pages.json
+++ b/pages.json
@@ -67,7 +67,7 @@
 			"path": "pages/groupChat/groupChat",
 			"style": {
 				"navigationBarTitleText": "聊天室",
-				"enablePullDownRefresh": false,
+				"enablePullDownRefresh": true,
 				"navigationStyle": "custom"
 			}
 		},
@@ -88,24 +88,24 @@
 			}
 		},
 		{
-		    "path" : "pages/groupChat/friendrequest",
-		    "style" : {
-		        "navigationStyle" : "custom"
-		    }
+			"path": "pages/groupChat/friendrequest",
+			"style": {
+				"navigationStyle": "custom"
+			}
 		},
 		{
-		    "path" : "pages/groupChat/addFriend",
-		    "style" : {
-		        "navigationStyle" : "custom"
-		    }
+			"path": "pages/groupChat/addFriend",
+			"style": {
+				"navigationStyle": "custom"
+			}
 		},
 		{
 			"path": "pages/securityStaff/exhibition",
 			"style": {
 				"navigationBarTitleText": "保安管理",
-				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
-				"navigationBarTextStyle": "white"
+				"navigationBarTextStyle": "white",
+				"enablePullDownRefresh": true
 			}
 		},
 		{
@@ -120,9 +120,9 @@
 			"path": "pages/company/company",
 			"style": {
 				"navigationBarTitleText": "服务单位",
-				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
-				"navigationBarTextStyle": "white"
+				"navigationBarTextStyle": "white",
+				"enablePullDownRefresh": true
 			}
 		},
 		{
@@ -138,10 +138,10 @@
 			"path": "pages/report/report",
 			"style": {
 				"navigationBarTitleText": "工作汇报",
-				"enablePullDownRefresh": false,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white",
-				"navigationStyle": "custom"
+				"navigationStyle": "custom",
+				"enablePullDownRefresh": true
 			}
 		},
 		{
@@ -175,7 +175,7 @@
 			"path": "pages/dispatch/dispatch",
 			"style": {
 				"navigationBarTitleText": "调度指令",
-				"enablePullDownRefresh": false,
+				"enablePullDownRefresh": true,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white",
 				"navigationStyle": "custom"
@@ -203,7 +203,7 @@
 			"path": "pages/message/message",
 			"style": {
 				"navigationBarTitleText": "通知通告",
-				"enablePullDownRefresh": false,
+				"enablePullDownRefresh": true,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white",
 				"navigationStyle": "custom"
@@ -231,7 +231,7 @@
 			"path": "pages/examine/examine",
 			"style": {
 				"navigationBarTitleText": "现场检查",
-				"enablePullDownRefresh": false,
+				"enablePullDownRefresh": true,
 				"navigationBarBackgroundColor": "#0BB9C8",
 				"navigationBarTextStyle": "white",
 				"navigationStyle": "custom"
@@ -390,18 +390,16 @@
 				"navigationStyle": "custom"
 				// "enablePullDownRefresh": false
 			}
+		}, {
+			"path": "pages/groupChat/newGroup/newGroup",
+			"style": {
+				"navigationBarTitleText": "新建群组",
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+
 		}
-	    ,{
-            "path" : "pages/groupChat/newGroup/newGroup",
-            "style" :                                                                                    
-            {
-                "navigationBarTitleText": "新建群组",
-                "navigationBarBackgroundColor": "#0BB9C8",
-                "navigationBarTextStyle": "white"
-            }
-            
-        }
-    ],
+	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "",

--
Gitblit v1.9.3