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

---
 pages.json |   27 +++++++++++++++++++++++++--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 99b0f4d..ea225f5 100644
--- a/pages.json
+++ b/pages.json
@@ -827,6 +827,14 @@
 							"u-loadmore": "view"
 						}
 					}
+				},
+				{
+					"path" : "myAttention",
+					"style" : 
+					{
+						"navigationBarTitleText" : "鍏虫敞鍒楄〃",
+						"enablePullDownRefresh": true
+					}
 				}
 			]
 		},
@@ -836,8 +844,7 @@
 				{
 					"path": "shopPage",
 					"style": {
-						"navigationBarTitleText": "",
-						"navigationStyle": "custom"
+						"navigationBarTitleText": ""
 					}
 				},
 				{
@@ -1490,6 +1497,22 @@
 					"navigationStyle": "custom"
 				}
 			}]
+		},
+		{
+			"root": "pages/supplier/suppler-order",
+			"pages": [{
+				"path": "suppler-order",
+				"style": {
+					"navigationBarTitleText": "渚涘簲鍟嗙"
+					// "navigationStyle": "custom"
+				}
+			},{
+				"path": "order-detail",
+				"style": {
+					"navigationBarTitleText": "璁㈠崟璇︽儏"
+					// "navigationStyle": "custom"
+				}
+			}]
 		}
 		// ,
 		// {

--
Gitblit v1.8.0