From 73b874c72ad55eb9eef21c36160ac0de58f0189e Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 10:30:43 +0800
Subject: [PATCH] 优化名片
---
mobile/pages.json | 36 +++++++++++++++++++++++++++++++++++-
1 files changed, 35 insertions(+), 1 deletions(-)
diff --git a/mobile/pages.json b/mobile/pages.json
index a2b71e9..1b099a0 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -542,6 +542,12 @@
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "pages/shop/group_buying_list",
+ "style": {
+ "navigationBarTitleText": "团购商户"
+ }
}
],
"subPackages": [{
@@ -1174,7 +1180,23 @@
{
"path": "consumer/consumer",
"style": {
- "navigationBarTitleText": "消费券"
+ "navigationBarTitleText": "消费券",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
+ },
+ {
+ "path": "activation/index",
+ "style": {
+ "navigationBarTitleText": "激活码",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
}
}
]
@@ -1664,6 +1686,7 @@
}, {
"path": "team/index/index",
"style": {
+ "navigationStyle": "custom",
"navigationBarTitleText": "团队分红",
"enablePullDownRefresh": false
}
@@ -1765,6 +1788,7 @@
}, {
"path": "shareholder/index/index",
"style": {
+ "navigationStyle": "custom",
"navigationBarTitleText": "股东分红",
"enablePullDownRefresh": false
}
@@ -2195,6 +2219,16 @@
//#endif
}
}
+ }, {
+ "path": "login/mplogin",
+ "style": {
+ "navigationBarTitleText": "",
+ "app-plus": {
+ //#ifdef H5
+ "titleNView": false
+ //#endif
+ }
+ }
}
]
},
--
Gitblit v1.9.2