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 | 69 +++++++++++++++++++++++++---------
1 files changed, 50 insertions(+), 19 deletions(-)
diff --git a/pages.json b/pages.json
index 4accc4b..4900a51 100644
--- a/pages.json
+++ b/pages.json
@@ -32,13 +32,10 @@
{
"path": "pages/user/address/address",
"style": {
- "navigationBarTitleText": "收货地址",
- "enablePullDownRefresh": false
+ "navigationBarTitleText": "收货地址"
}
},
// #endif
-
- // #ifdef PUB_SUPPLIER
{
"path": "pages/login/supplier-reg",
"style": {
@@ -46,16 +43,6 @@
"navigationStyle": "custom"
}
},
- // #endif
-
- // #ifdef PUB_PARTNER
- {
- "path": "pages/login/supplier-reg",
- "style": {
- "navigationBarTitleText": "申请入驻"
- }
- },
- // #endif
{
"path": "pages/user/supplier-user",
"style": {
@@ -91,7 +78,45 @@
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
- }
+ },
+ {
+ "path": "pages/help/help",
+ "style": {
+ "navigationBarTitleText": "客服中心",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
+ "path": "pages/order/order",
+ "style": {
+ "navigationBarTitleText": "我的订单",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "pages/order/order-detail",
+ "style": {
+ "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": [
{
@@ -119,7 +144,7 @@
"enablePullDownRefresh": false
}
},
- // #endif
+
{
"path": "order-settlement/order-settlement",
"style": {
@@ -141,7 +166,8 @@
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#E6F2EB"
}
- },
+ },
+ // #endif
{
"path": "protocol",
"style": {
@@ -183,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