From 0c3a3d242cda1aa82281c8abaf82985c96887431 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 10 九月 2024 11:26:11 +0800
Subject: [PATCH] 1.交易大厅下拉框

---
 pages.json |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/pages.json b/pages.json
index 6cb6d79..679e5d0 100644
--- a/pages.json
+++ b/pages.json
@@ -329,6 +329,13 @@
 					}
 				},
 				{
+					"path": "delivery/delivery-supplier-detail-list",
+					"style": {
+						"navigationBarTitleText": "供应商质检详情",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
 					"path": "delivery/delivery-home",
 					"style": {
 						"navigationBarTitleText": "",
@@ -466,13 +473,18 @@
 						"navigationStyle": "custom",
 						"enablePullDownRefresh": false
 					}
-				},
-				{
-					"path" : "coupon/good-detail",
-					"style" : 
-					{
-						"navigationBarTitleText" : "详情"
-					}
+				},
+				{
+					"path": "coupon/good-detail",
+					"style": {
+						"navigationBarTitleText": "详情"
+					}
+				},
+				{
+					"path": "self/member-center",
+					"style": {
+						"navigationBarTitleText": "会员中心"
+					}
 				}
 				// #endif
 			]

--
Gitblit v1.9.3