From d251119bcbfdfc0106c24fec917fa3f1ba9be371 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期六, 27 七月 2024 22:19:15 +0800
Subject: [PATCH] 1

---
 pages.json |   45 ++++++++++++++++++++++++++++-----------------
 1 files changed, 28 insertions(+), 17 deletions(-)

diff --git a/pages.json b/pages.json
index cc3eb0b..4900a51 100644
--- a/pages.json
+++ b/pages.json
@@ -36,8 +36,6 @@
       }
     },
     // #endif
-
-    // #ifdef PUB_SUPPLIER
     {
       "path": "pages/login/supplier-reg",
       "style": {
@@ -45,16 +43,6 @@
         "navigationStyle": "custom"
       }
     },
-    // #endif
-
-    // #ifdef PUB_PARTNER
-    {
-      "path": "pages/login/supplier-reg",
-      "style": {
-        "navigationBarTitleText": "申请入驻"
-      }
-    },
-    // #endif
     {
       "path": "pages/user/supplier-user",
       "style": {
@@ -111,7 +99,24 @@
         "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
   ],
   "subPackages": [
     {
@@ -139,7 +144,7 @@
             "enablePullDownRefresh": false
           }
         },
-        // #endif
+
         {
           "path": "order-settlement/order-settlement",
           "style": {
@@ -161,7 +166,8 @@
             "enablePullDownRefresh": true,
             "navigationBarBackgroundColor": "#E6F2EB"
           }
-        },
+        },
+        // #endif		
         {
           "path": "protocol",
           "style": {
@@ -203,8 +209,13 @@
       "root": "sub_pages/customer",
       "pages": [
         // #ifdef PUB_CUSTOMER
-
-
+        {
+          "path": "customer-info/customer-info",
+          "style": {
+            "navigationBarTitleText": "信息维护",
+            "enablePullDownRefresh": false
+          }
+        },
         {
           "path": "trade/trade",
           "style": {

--
Gitblit v1.9.3