From 96aeb2a232d85306ced2061f024a2ff491a92ff7 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 25 七月 2024 17:47:12 +0800
Subject: [PATCH] fix bug

---
 pages.json |   21 +++++++--------------
 1 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/pages.json b/pages.json
index 3d9a2b1..82e365e 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": {
@@ -217,8 +205,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