From 3afc7a12f5d26d93ea4f0394db242a7cbac22c87 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 21 八月 2024 16:59:59 +0800 Subject: [PATCH] add 售后更新 --- pages.json | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index c5995e0..8748ac2 100644 --- a/pages.json +++ b/pages.json @@ -215,6 +215,25 @@ "style": { "navigationBarTitleText": "结算单详情" } + }, + { + "path": "order-manage/order-manage", + "style": { + "navigationBarTitleText": "送货单", + "enablePullDownRefresh": true + } + }, + { + "path": "order-manage/order-manage-settlement", + "style": { + "navigationBarTitleText": "送货单结算明细" + } + }, + { + "path": "order-manage/order-manage-flower", + "style": { + "navigationBarTitleText": "送货单" + } } // #endif // #ifdef PUB_PARTNER @@ -297,6 +316,13 @@ } }, { + "path": "delivery/delivery-supplier-detail", + "style": { + "navigationBarTitleText": "供应商质检详情", + "enablePullDownRefresh": true + } + }, + { "path": "delivery/delivery-home", "style": { "navigationBarTitleText": "", @@ -360,7 +386,8 @@ { "path": "shop/shop", "style": { - "navigationBarTitleText": "商家主页" + "navigationBarTitleText": "商家主页", + "enablePullDownRefresh": true } }, { -- Gitblit v1.9.3