From 802290838fd05c7236dae780900b4bacb20c82df Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 02 八月 2024 16:27:26 +0800
Subject: [PATCH] add 二维码格式
---
pages.json | 23 ++++++++++++++++++++++-
1 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index 094d7e4..e292dca 100644
--- a/pages.json
+++ b/pages.json
@@ -136,6 +136,13 @@
{
"navigationBarTitleText" : "绑定微信"
}
+ },
+ {
+ "path" : "pages/home/components/home-search",
+ "style" :
+ {
+ "navigationBarTitleText" : "搜鲜花"
+ }
}
],
"subPackages": [{
@@ -232,9 +239,16 @@
{
"path": "partner-info/partner-code",
"style": {
- "navigationBarTitleText": "二维码",
+ "navigationBarTitleText": "合伙人推广二维码",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "partner-info/partner-code-v2",
+ "style": {
+ "navigationBarTitleText": "合伙人推广二维码",
+ "enablePullDownRefresh": false
+ }
},
{
@@ -271,6 +285,13 @@
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
+ },
+ {
+ "path" : "delivery/station-delivery",
+ "style" :
+ {
+ "navigationBarTitleText" : "集货站"
+ }
}
// #endif
]
--
Gitblit v1.9.3