From 61860e8f98422e0e946d6529f172f8c7c29fa049 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 23 八月 2024 16:08:58 +0800 Subject: [PATCH] add 反馈功能 --- pages.json | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 7ba042c..296e138 100644 --- a/pages.json +++ b/pages.json @@ -141,6 +141,12 @@ "style": { "navigationBarTitleText": "搜鲜花" } + }, + { + "path": "pages/home/components/home-banner-detail", + "style": { + "navigationBarTitleText": "公告" + } } ], "subPackages": [{ @@ -208,6 +214,25 @@ "path": "order-settlement/order-settlement-detail", "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 @@ -291,6 +316,13 @@ } }, { + "path": "delivery/delivery-supplier-detail", + "style": { + "navigationBarTitleText": "供应商质检详情", + "enablePullDownRefresh": true + } + }, + { "path": "delivery/delivery-home", "style": { "navigationBarTitleText": "", @@ -354,7 +386,8 @@ { "path": "shop/shop", "style": { - "navigationBarTitleText": "商家主页" + "navigationBarTitleText": "商家主页", + "enablePullDownRefresh": true } }, { @@ -377,6 +410,14 @@ "navigationBarTitleText": "我的收藏", "enablePullDownRefresh": true } + }, + , + { + "path": "self/feedback", + "style": { + "navigationBarTitleText": "投诉反馈", + "enablePullDownRefresh": true + } } // #endif ] -- Gitblit v1.9.3