From cce741189bfa7063cf0ee83e0a11df1ab539958c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 21 四月 2026 20:27:44 +0800
Subject: [PATCH] 门店

---
 small-program/pages.json |   84 +++++++++++++++++------------------------
 1 files changed, 35 insertions(+), 49 deletions(-)

diff --git a/small-program/pages.json b/small-program/pages.json
index 0a9e43e..30f717c 100644
--- a/small-program/pages.json
+++ b/small-program/pages.json
@@ -63,18 +63,6 @@
 			}
 		},
 		{
-			"path": "pages/qualification/qualification",
-			"style": {
-				"navigationBarTitleText": "鎴戠殑璧勮川"
-			}
-		},
-		{
-			"path": "pages/store-info/store-info",
-			"style": {
-				"navigationBarTitleText": "闂ㄥ簵淇℃伅"
-			}
-		},
-		{
 			"path": "pages/all-orders/all-orders",
 			"style": {
 				"navigationBarTitleText": "鍏ㄩ儴璁㈠崟"
@@ -129,26 +117,10 @@
 				"navigationBarTitleText": "閫夋嫨鍩庡競"
 			}
 		},
-
 		{
-			"path": "pages/shop-index/shop-index",
+			"path": "pages/evaluate/evaluate",
 			"style": {
-				"navigationBarTitleText": "闂ㄥ簵棣栭〉",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/shop-mine/shop-mine",
-			"style": {
-				"navigationBarTitleText": "闂ㄥ簵鎴戠殑",
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/shop-wallet/shop-wallet",
-			"style": {
-				"navigationBarTitleText": "闂ㄥ簵閽卞寘",
-				"navigationStyle": "custom"
+				"navigationBarTitleText": "璇勪环"
 			}
 		}
 	],
@@ -179,12 +151,44 @@
 				{
 					"path": "pages/wallet/wallet",
 					"style": {
-						"navigationBarTitleText": "闂ㄥ簵閽卞寘"
+						"navigationBarTitleText": "闂ㄥ簵閽卞寘",
+						"navigationStyle": "custom"
+					}
+				},
+				{
+					"path": "pages/write-off/write-off",
+					"style": {
+						"navigationBarTitleText": "鎵嬪姩鏍搁獙"
+					}
+				},
+				{
+					"path": "pages/qualification/qualification",
+					"style": {
+						"navigationBarTitleText": "鎴戠殑璧勮川"
+					}
+				},
+				{
+					"path": "pages/store-info/store-info",
+					"style": {
+						"navigationBarTitleText": "闂ㄥ簵淇℃伅"
+					}
+				},
+				{
+					"path": "pages/message/message",
+					"style": {
+						"navigationBarTitleText": "娑堟伅",
+						"navigationStyle": "custom"
 					}
 				}
 			]
 		}
 	],
+	"preloadRule": {
+	    "pages/index/index": {
+			"network": "all",
+			"packages": ["shop"]
+	    }
+	},
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "",
@@ -221,24 +225,6 @@
 				"iconPath": "static/icon/nav_wode@2x.png",
 				"selectedIconPath": "static/icon/nav_wode_sel@2x.png",
 				"text": "鎴戠殑"
-			},
-			{
-				"pagePath": "pages/shop-index/shop-index",
-				"iconPath": "static/icon/nav_home@2x.png",
-				"selectedIconPath": "static/icon/nav_home_sel@2x.png",
-				"text": "闂ㄥ簵棣栭〉"
-			},
-			{
-				"pagePath": "pages/shop-wallet/shop-wallet",
-				"iconPath": "static/icon/nav_home@2x.png",
-				"selectedIconPath": "static/icon/nav_home_sel@2x.png",
-				"text": "闂ㄥ簵閽卞寘"
-			},
-			{
-				"pagePath": "pages/shop-mine/shop-mine",
-				"iconPath": "static/icon/nav_wode@2x.png",
-				"selectedIconPath": "static/icon/nav_wode_sel@2x.png",
-				"text": "闂ㄥ簵鎴戠殑"
 			}
 		]
 	}

--
Gitblit v1.9.3