From 140559584af1684d31e8f69640cfd3e1757af2c7 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 25 Jun 2026 11:36:38 +0800
Subject: [PATCH] UI:qxg 我的页面会员权益跳转逻辑调整
---
pages.json | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/pages.json b/pages.json
index 08253e7..2144bb3 100644
--- a/pages.json
+++ b/pages.json
@@ -225,15 +225,13 @@
{
"path": "pages/quanshou/index",
"style": {
- "navigationBarTitleText": "会员权收",
- "navigationStyle":"custom"
+ "navigationBarTitleText": "会员权收"
}
},
{
"path": "pages/web/index",
"style": {
- "navigationBarTitleText": "",
- "navigationStyle":"custom"
+ "navigationBarTitleText": ""
}
},
{
@@ -241,6 +239,18 @@
"style": {
"navigationBarTitleText": "协议"
}
+ },
+ {
+ "path": "pages/web/web-linkUrl",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "app-plus": {
+ "titleNView": {
+ "type": "default"
+ }
+ }
+ }
}
],
"tabBar": {
--
Gitblit v1.9.3