From 23c4c9e95706b0c1818797f95b72b97acc6cf1d3 Mon Sep 17 00:00:00 2001
From: zyh <zyh@123>
Date: 星期四, 18 十二月 2025 16:11:24 +0800
Subject: [PATCH] #添加了一个页面,在home中添加了进入这个页面的按钮,pages.json中的pages数组中注册了该页面

---
 pages.json |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index 4d010d1..5ddcd19 100644
--- a/pages.json
+++ b/pages.json
@@ -84,6 +84,12 @@
 			}
 		},
 		{
+			"path": "pages/sockroom/sockroom",
+			"style": {
+				"navigationBarTitleText": "缁勬墭鍏ュ簱"
+			}
+		},
+		{
 			"path": "pages/order/orderPakin",
 			"style": {
 				"navigationBarTitleText": "璁㈠崟鍏ュ簱"
@@ -250,6 +256,32 @@
                 "enablePullDownRefresh": false
             }
             
+        },{
+            "path" : "pages/out/orderGift2",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "鏍稿鍗曟嵁鍒楄〃",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/out/orderGiftDetls2",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "鎵弿鏉$爜",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        ,{
+            "path" : "pages/sockroom/sockroom",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "鍏ュ簱",
+                "enablePullDownRefresh": false
+            }
+            
         }
     ],
 	"globalStyle": {

--
Gitblit v1.9.1