From 63f357e83652b608ec7584ad25b079646ad0ef31 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 06 Jul 2026 14:43:56 +0800
Subject: [PATCH] UI:齐享购 去掉首页顶部签到打卡+联系客服
---
pages.json | 27 +++++++++++++++++----------
1 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/pages.json b/pages.json
index 9023e42..2144bb3 100644
--- a/pages.json
+++ b/pages.json
@@ -213,36 +213,43 @@
{
"path": "pages/quanyi/index",
"style": {
- "navigationBarTitleText": "权益",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "会员权益"
}
},
{
"path": "pages/quanyi/add",
"style": {
- "navigationBarTitleText": "绑卡",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "绑卡"
}
},
{
"path": "pages/quanshou/index",
"style": {
- "navigationBarTitleText": "绑卡",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "会员权收"
}
},
{
"path": "pages/web/index",
"style": {
- "navigationBarTitleText": "绑卡",
- "navigationStyle":"custom"
+ "navigationBarTitleText": ""
}
},
{
"path": "pages/web/xieyi",
"style": {
- "navigationBarTitleText": "协议",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "协议"
+ }
+ },
+ {
+ "path": "pages/web/web-linkUrl",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "app-plus": {
+ "titleNView": {
+ "type": "default"
+ }
+ }
}
}
],
--
Gitblit v1.9.3