From c9ece393fc028ffecca0915d1b9af62d51b5aef6 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 13 八月 2024 17:21:19 +0800
Subject: [PATCH] 1
---
pages.json | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 7ba042c..4165edf 100644
--- a/pages.json
+++ b/pages.json
@@ -141,6 +141,12 @@
"style": {
"navigationBarTitleText": "搜鲜花"
}
+ },
+ {
+ "path": "pages/home/components/home-banner-detail",
+ "style": {
+ "navigationBarTitleText": "公告"
+ }
}
],
"subPackages": [{
@@ -209,6 +215,27 @@
"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
--
Gitblit v1.9.3