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 |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index b47ee60..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": "",
@@ -429,6 +436,55 @@
 					"style": {
 						"navigationBarTitleText": "投诉反馈"
 					}
+				},
+				{
+					"path": "coupon/coupon-self",
+					"style": {
+						"navigationBarTitleText": "我的优惠券",
+						"enablePullDownRefresh": true
+
+					}
+				},
+				{
+					"path": "coupon/coupon-all",
+					"style": {
+						"navigationBarTitleText": "领券中心",
+						"enablePullDownRefresh": true
+
+					}
+				},
+				{
+					"path": "coupon/good-self",
+					"style": {
+						"navigationBarTitleText": "我的兑换券",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "coupon/point-history",
+					"style": {
+						"navigationBarTitleText": "积分明细"
+					}
+				},
+				{
+					"path": "coupon/good-all",
+					"style": {
+						"navigationBarTitleText": "积分兑换",
+						"navigationStyle": "custom",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "coupon/good-detail",
+					"style": {
+						"navigationBarTitleText": "详情"
+					}
+				},
+				{
+					"path": "self/member-center",
+					"style": {
+						"navigationBarTitleText": "会员中心"
+					}
 				}
 				// #endif
 			]

--
Gitblit v1.9.3