From a07cf599fb48b2ee233f42d0d7772684a8c3c790 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期六, 03 八月 2024 16:28:23 +0800 Subject: [PATCH] 1 --- pages.json | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index 094d7e4..3b2fb96 100644 --- a/pages.json +++ b/pages.json @@ -136,6 +136,13 @@ { "navigationBarTitleText" : "绑定微信" } + }, + { + "path" : "pages/home/components/home-search", + "style" : + { + "navigationBarTitleText" : "搜鲜花" + } } ], "subPackages": [{ @@ -150,6 +157,12 @@ // #ifdef PUB_SUPPLIER ,{ "path": "supplier-info/supplier-info", + "style": { + "navigationBarTitleText": "店铺信息维护", + "enablePullDownRefresh": false + } + },{ + "path": "supplier-info/supplier-info-update", "style": { "navigationBarTitleText": "信息维护", "enablePullDownRefresh": false @@ -232,9 +245,16 @@ { "path": "partner-info/partner-code", "style": { - "navigationBarTitleText": "二维码", + "navigationBarTitleText": "合伙人推广二维码", "enablePullDownRefresh": false } + }, + { + "path": "partner-info/partner-code-v2", + "style": { + "navigationBarTitleText": "合伙人推广二维码", + "enablePullDownRefresh": false + } }, { @@ -271,6 +291,13 @@ "navigationBarTitleText": "", "navigationStyle": "custom" } + }, + { + "path" : "delivery/station-delivery", + "style" : + { + "navigationBarTitleText" : "集货站" + } } // #endif ] -- Gitblit v1.9.3