From 84eefaa4eeb9bd672254ad1c6ee5e964cc100200 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sat, 09 Dec 2023 17:45:56 +0800
Subject: [PATCH] 修复部分问题,优化圈子页面

---
 pages.json |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 39134b0..fe89b55 100644
--- a/pages.json
+++ b/pages.json
@@ -21,6 +21,14 @@
 			}
 		},
 		{
+			"path": "pages/user/test",
+			"style": {
+				"navigationBarTitleText": "z-paging插件测试",
+				"navigationBarBackgroundColor": "#fff",
+				"navigationBarTextStyle": "black"
+			}
+		},
+		{
 			"path": "pages/login/login-account",
 			"style": {
 				// "navigationBarTitleText": "",
@@ -31,7 +39,7 @@
 		{
 			"path": "pages/circle/index",
 			"style": {
-				"enablePullDownRefresh": true,
+				"enablePullDownRefresh": false,
 				"navigationStyle": "custom"
 			}
 		},
@@ -117,8 +125,16 @@
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
 					}
+				},
+				{
+					"path": "editUserInfo/editUserInfo",
+					"style": {
+						"navigationBarTitleText": "编辑资料",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
+					}
 				}
-
 			]
 		},
 		//圈子

--
Gitblit v1.9.3