From 117da08d652db513d8889924ea12b13aed68fba2 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 16 七月 2024 14:59:09 +0800
Subject: [PATCH] 提交

---
 pages.json |  118 ++++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 101 insertions(+), 17 deletions(-)

diff --git a/pages.json b/pages.json
index a5e30f8..6550b9a 100644
--- a/pages.json
+++ b/pages.json
@@ -14,11 +14,11 @@
 		},
         {
             "path" : "pages/tabBar/notice/notice",
-            "style" :                                                                                    
-            {
+			"style" :
+			{
 				"navigationStyle": "custom",
-                "navigationBarTitleText": "",
-                "enablePullDownRefresh": true,
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": true,
 				"app-plus": {
 					"scrollIndicator": "none",
 					"pullToRefresh": {
@@ -27,10 +27,46 @@
 						"style": "circle"
 					}
 				}
-            }
+			}
         },
 		{
 		    "path" : "pages/tabBar/notice/detail",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/responsivity/countyResponsivity",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/responsivity/cityResponsivity",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/responsivity/villageResponsivity",
 			"style" :
 			{
 				"navigationStyle": "custom",
@@ -54,12 +90,36 @@
 			}
 		},
 		{
+		    "path" : "pages/tabBar/responsivity/showMeasures",
+			"style" :
+			{
+				"navigationStyle": "custom",
+			    "navigationBarTitleText": "",
+			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
 		    "path" : "pages/tabBar/firstPage/firstPage",
 			"style" :
 			{
 				"navigationStyle": "custom",
 			    "navigationBarTitleText": "",
 			    "enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+			"path" : "pages/tabBar/firstPage/exam",
+			"style" :
+			{
+				"navigationStyle": "custom",
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
 				"app-plus": {
 					"scrollIndicator": "none"
 				}
@@ -101,11 +161,11 @@
 		},
 		{
 		    "path" : "pages/tabBar/examine/examine",
-		    "style" :                                                                                    
-		    {
+			"style" :
+			{
 				"navigationStyle": "custom",
-		        "navigationBarTitleText": "",
-		        "enablePullDownRefresh": true,
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": true,
 				"app-plus": {
 					"scrollIndicator": "none",
 					"pullToRefresh": {
@@ -114,7 +174,7 @@
 						"style": "circle"
 					}
 				}
-		    }
+			}
 		},
 		{
 		    "path" : "pages/tabBar/count/count",
@@ -135,11 +195,11 @@
 		},
 		{
 		    "path" : "pages/tabBar/current/current",
-		    "style" :                                                                                    
-		    {
+			"style" :
+			{
 				"navigationStyle": "custom",
-		        "navigationBarTitleText": "",
-		        "enablePullDownRefresh": true,
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": true,
 				"app-plus": {
 					"scrollIndicator": "none",
 					"pullToRefresh": {
@@ -148,10 +208,22 @@
 						"style": "circle"
 					}
 				}
-		    }
+			}
 		},
 		{
-		    "path" : "pages/tabBar/weather/weather",
+			"path" : "pages/tabBar/current/detail",
+			"style" :
+			{
+				"navigationStyle": "custom",
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+		    "path" : "pages/tabBar/wearhouse/wearhouse",
 		    "style" :                                                                                    
 		    {
 				"navigationStyle": "custom",
@@ -161,6 +233,18 @@
 					"scrollIndicator": "none"
 				}
 		    }
+		},
+		{
+			"path" : "pages/tabBar/wearhouse/questions",
+			"style" :
+			{
+				"navigationStyle": "custom",
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"scrollIndicator": "none"
+				}
+			}
 		}
     ],
 	"globalStyle": {
@@ -200,7 +284,7 @@
 				"pagePath": "pages/tabBar/current/current"
 			},
 			{
-				"pagePath": "pages/tabBar/weather/weather"
+				"pagePath": "pages/tabBar/wearhouse/wearhouse"
 			}
 
 			

--
Gitblit v1.9.2