From dcc7b2d14fcbac97fb6d2c8975a3cd93dfbcc458 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期六, 27 七月 2024 20:36:11 +0800 Subject: [PATCH] update 功能调整 --- pages.json | 33 +++++++++++++++------------------ 1 files changed, 15 insertions(+), 18 deletions(-) diff --git a/pages.json b/pages.json index 3d9a2b1..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,9 @@ "navigationBarTitleText": "订单详情", "enablePullDownRefresh": false } - }, + } + // #ifdef PUB_PARTNER + , { "path": "sub_pages/partner/delivery/delivery", "style": { @@ -125,7 +115,8 @@ "navigationBarTitleText": "质检详情", "enablePullDownRefresh": true } - } + } + // #endif ], "subPackages": [ { @@ -153,7 +144,7 @@ "enablePullDownRefresh": false } }, - // #endif + { "path": "order-settlement/order-settlement", "style": { @@ -175,7 +166,8 @@ "enablePullDownRefresh": true, "navigationBarBackgroundColor": "#E6F2EB" } - }, + }, + // #endif { "path": "protocol", "style": { @@ -217,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