From b11a3289fd5a0c0b41fd19a97534562b35bbb468 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期日, 22 九月 2024 20:04:39 +0800
Subject: [PATCH] update

---
 pages.json |   49 +++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 47 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index d3ba1cd..2c619ce 100644
--- a/pages.json
+++ b/pages.json
@@ -265,6 +265,14 @@
 					}
 				}
 				// #endif
+				// #ifdef PUB_CUSTOMER 
+				, {
+					"path": "order-manage/order-manage-settlement-op-detail",
+					"style": {
+						"navigationBarTitleText": "送货单质检操作明细"
+					}
+				}
+				// #endif 
 			]
 		},
 		{
@@ -323,6 +331,13 @@
 				},
 				{
 					"path": "delivery/delivery-supplier-detail",
+					"style": {
+						"navigationBarTitleText": "供应商质检详情",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "delivery/delivery-supplier-detail-list",
 					"style": {
 						"navigationBarTitleText": "供应商质检详情",
 						"enablePullDownRefresh": true
@@ -447,9 +462,10 @@
 					}
 				},
 				{
-					"path": "coupon/point-self",
+					"path": "coupon/good-self",
 					"style": {
-						"navigationBarTitleText": "我的兑换券"
+						"navigationBarTitleText": "我的兑换券",
+						"enablePullDownRefresh": true
 					}
 				},
 				{
@@ -457,6 +473,35 @@
 					"style": {
 						"navigationBarTitleText": "积分明细"
 					}
+				},
+				{
+					"path": "coupon/good-all",
+					"style": {
+						"navigationBarTitleText": "积分兑换",
+						"navigationStyle": "custom",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "coupon/good-detail",
+					"style": {
+						"navigationBarTitleText": "详情"
+					}
+				},
+				{
+					"path": "self/member-center",
+					"style": {
+						"navigationBarTitleText": "会员中心",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "self/sign",
+					"style": {
+						"navigationBarTitleText": "签到",
+						"enablePullDownRefresh": false,
+						"navigationStyle": "custom"
+					}
 				}
 				// #endif
 			]

--
Gitblit v1.9.3