From d89c495a7da517d653e9ea42b8e6405eef823ef6 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 29 七月 2024 16:23:24 +0800
Subject: [PATCH] update 还有售后需要测试一下

---
 pages.json |  101 +++++++++++++++++++++++++++++++++-----------------
 1 files changed, 66 insertions(+), 35 deletions(-)

diff --git a/pages.json b/pages.json
index c752a79..9ede212 100644
--- a/pages.json
+++ b/pages.json
@@ -98,28 +98,22 @@
 				"navigationBarTitleText": "订单详情",
 				"enablePullDownRefresh": false
 			}
-		}
-		// #ifdef PUB_PARTNER	
-		,
-		{
-			"path": "sub_pages/partner/delivery/delivery",
-			"style": {
-				"navigationBarTitleText": "配送质检",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
-			"path": "sub_pages/partner/delivery/delivery-detail",
-			"style": {
-				"navigationBarTitleText": "质检详情",
-				"enablePullDownRefresh": true
-			}
-		}
-		// #endif
-		, {
+		}, {
 			"path": "pages/help/content",
 			"style": {
 				"navigationBarTitleText": ""
+			}
+		},
+		{
+			"path": "pages/order/order-delivery-detail",
+			"style": {
+				"navigationBarTitleText": "订单详情"
+			}
+		},
+		{
+			"path": "pages/order/order-delivery",
+			"style": {
+				"navigationBarTitleText": "订单列表"
 			}
 		}
 	],
@@ -150,6 +144,23 @@
 				},
 
 				{
+					"path": "order-records/order-records",
+					"style": {
+						"navigationBarTitleText": "扣款记录",
+						"enablePullDownRefresh": true,
+						"navigationBarBackgroundColor": "#E6F2EB"
+					}
+				},
+				{
+					"path": "protocol",
+					"style": {
+						"navigationBarTitleText": "协议",
+						"enablePullDownRefresh": false
+					}
+				},
+				// #endif				
+				// #ifdef PUB_PARTNER || PUB_SUPPLIER
+				{
 					"path": "order-settlement/order-settlement",
 					"style": {
 						"navigationBarTitleText": "账单结算",
@@ -162,23 +173,22 @@
 						"navigationBarTitleText": "售后理赔",
 						"enablePullDownRefresh": true
 					}
-				},
-				{
-					"path": "order-records/order-records",
-					"style": {
-						"navigationBarTitleText": "扣款记录",
-						"enablePullDownRefresh": true,
-						"navigationBarBackgroundColor": "#E6F2EB"
-					}
-				},
-				// #endif		
-				{
-					"path": "protocol",
-					"style": {
-						"navigationBarTitleText": "协议",
-						"enablePullDownRefresh": false
-					}
+				},
+				{
+					"path" : "order-settlement/order-settlement-detail",
+					"style" : 
+					{
+						"navigationBarTitleText" : "结算单详情"
+					}
+				},
+				{
+					"path": "order-sale/order-sale-detail",
+					"style" : 
+					{
+						"navigationBarTitleText" : "理赔单详情"
+					}
 				}
+				// #endif
 			]
 		},
 		{
@@ -205,6 +215,27 @@
 						"navigationBarTitleText": "加价配置",
 						"enablePullDownRefresh": true
 					}
+				},
+				{
+					"path": "delivery/delivery",
+					"style": {
+						"navigationBarTitleText": "配送质检",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "delivery/delivery-detail",
+					"style": {
+						"navigationBarTitleText": "质检详情",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "delivery/delivery-home",
+					"style": {
+						"navigationBarTitleText": "",
+						"navigationStyle": "custom"
+					}
 				}
 				// #endif
 			]

--
Gitblit v1.9.3