From 2506d5d77b57575df2f0d33fa56d89895fdecbc0 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 27 May 2026 15:52:16 +0800
Subject: [PATCH] feat:星享购 绑卡 倒计时优化+首页新增“退款政策”弹窗

---
 pages.json |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/pages.json b/pages.json
index 7b32c95..500b0f4 100644
--- a/pages.json
+++ b/pages.json
@@ -244,6 +244,13 @@
 			}
 		},
 		{
+			"path": "pages/web/toUrl",
+			"style": {
+				"navigationStyle":"custom",
+				"navigationBarTitleText": ""
+			}
+		},
+		{
 			"path": "pages/vip/index",
 			"style": {
 				"navigationBarTitleText": "会员"
@@ -252,7 +259,7 @@
 	],
 	"tabBar": {
 		"color": "#252938",
-		"selectedColor": "#FF1472",
+		"selectedColor": "#4766FE",
 		"borderStyle": "black",
 		"backgroundColor": "#FFFFFF",
 		"list": [
@@ -262,12 +269,12 @@
 				"selectedIconPath": "static/imgs/tab-s-1.png",
 				"text": "首页"
 			},
-			{
-				"pagePath": "pages/vip/index",
-				"iconPath": "/static/imgs/tab-2.png",
-				"selectedIconPath": "/static/imgs/tab-s-2.png",
-				"text": "会员"
-			},
+			// {
+			// 	"pagePath": "pages/vip/index",
+			// 	"iconPath": "/static/imgs/tab-2.png",
+			// 	"selectedIconPath": "/static/imgs/tab-s-2.png",
+			// 	"text": "会员"
+			// },
 			// {
 			// 	"pagePath": "pages/cates/cates",
 			// 	"iconPath": "/static/imgs/tb2.png",

--
Gitblit v1.9.3