From c22e91296d532873b70cb51bf5510bf7738f3f1a Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 09 七月 2025 18:01:36 +0800
Subject: [PATCH] 完成小程序商户端查看订单发货查看物流

---
 pages.json |   26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/pages.json b/pages.json
index 869ae4a..ea225f5 100644
--- a/pages.json
+++ b/pages.json
@@ -1497,17 +1497,23 @@
 					"navigationStyle": "custom"
 				}
 			}]
+		},
+		{
+			"root": "pages/supplier/suppler-order",
+			"pages": [{
+				"path": "suppler-order",
+				"style": {
+					"navigationBarTitleText": "渚涘簲鍟嗙"
+					// "navigationStyle": "custom"
+				}
+			},{
+				"path": "order-detail",
+				"style": {
+					"navigationBarTitleText": "璁㈠崟璇︽儏"
+					// "navigationStyle": "custom"
+				}
+			}]
 		}
-		// {
-		// 	"root": "pages/supplier/publish-goods",
-		// 	"pages": [{
-		// 		"path": "publishGoods",
-		// 		"style": {
-		// 			"navigationBarTitleText": "鍟嗗搧鍙戝竷"
-		// 			// "navigationStyle": "custom"
-		// 		}
-		// 	}]
-		// }
 		// ,
 		// {
 		// 	"root": "pages/commodity-square",

--
Gitblit v1.8.0