From 572f6074c5bedcdcbabcd42995c0a2890995c870 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 13 Nov 2025 18:41:13 +0800
Subject: [PATCH] 修改名片列表样式

---
 mobile/pages.json |  105 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 104 insertions(+), 1 deletions(-)

diff --git a/mobile/pages.json b/mobile/pages.json
index 9f10248..77f990d 100644
--- a/mobile/pages.json
+++ b/mobile/pages.json
@@ -539,7 +539,7 @@
 				{
 					"path": "activity/index/index",
 					"style": {
-						"navigationBarTitleText": "活动",
+						"navigationBarTitleText": "分会活动",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -551,6 +551,64 @@
 					"path": "activity/detail/detail",
 					"style": {
 						"navigationBarTitleText": "活动详情",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "activity/product/index",
+					"style": {
+						"navigationBarTitleText": "活动超值购",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path": "activity/product/cart",
+					"style": {
+						"navigationBarTitleText": "购物车",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path" : "branch/index/index",
+					"style" : 
+					{
+						"navigationBarTitleText" : "分会风采",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path" : "member/index/index",
+					"style" : 
+					{
+						"navigationBarTitleText" : "组织架构",
+						"app-plus": {
+							//#ifdef H5
+							"titleNView": false
+							//#endif
+						}
+					}
+				},
+				{
+					"path" : "member/detail/detail",
+					"style" : 
+					{
+						"navigationBarTitleText" : "会员详情",
 						"app-plus": {
 							//#ifdef H5
 							"titleNView": false
@@ -1322,6 +1380,51 @@
 						"enablePullDownRefresh": false
 					}
 					
+				},
+				{
+					"path": "business/index",
+					"style" :                                                                                    
+					{
+						"navigationBarTitleText": "名片",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "business/add",
+					"style" :                                                                                    
+					{
+						"navigationBarTitleText": "添加名片",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path": "business/detail",
+					"style" :                                                                                    
+					{
+						"navigationBarTitleText": "查看名片",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
+					"path" : "business/list",
+					"style" : 
+					{
+						"navigationBarTitleText" : "名片列表"
+					}
+				},
+				{
+					"path" : "business/visitors",
+					"style" : 
+					{
+						"navigationBarTitleText" : "访客列表"
+					}
+				},
+				{
+					"path" : "business/cashier",
+					"style" : 
+					{
+						"navigationBarTitleText" : "收银台"
+					}
 				}
 			]
 		},

--
Gitblit v1.9.2