From 464cf100a2a0482933914a0fca1dcf846571d7db Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 01 Jun 2026 10:03:37 +0800
Subject: [PATCH] feat:星享购 会员权益页面优化

---
 pages.json |   42 ++++++++++++++++++++++++++++++++----------
 1 files changed, 32 insertions(+), 10 deletions(-)

diff --git a/pages.json b/pages.json
index 804a26d..500b0f4 100644
--- a/pages.json
+++ b/pages.json
@@ -4,13 +4,14 @@
 			"path": "pages/index/index",
 			"style": {
 				"navigationStyle":"custom",
-				"navigationBarTitleText": "齐享购"
+				"navigationBarTitleText": "星享购"
 			}
 		},
 		{
 			"path" : "pages/cates/cates",
 			"style" : 
 			{
+				"navigationStyle":"custom",
 				"navigationBarTitleText": "分类"
 			}
 		},
@@ -213,18 +214,20 @@
 		{
 			"path": "pages/quanyi/index",
 			"style": {
+				"navigationStyle":"custom",
 				"navigationBarTitleText": "会员权益"
 			}
 		},
 		{
 			"path": "pages/quanyi/add",
 			"style": {
-				"navigationBarTitleText": "绑卡"
+				"navigationBarTitleText": "添加银行卡"
 			}
 		},
 		{
 			"path": "pages/quanshou/index",
 			"style": {
+				"navigationStyle":"custom",
 				"navigationBarTitleText": "会员权收"
 			}
 		},
@@ -239,11 +242,24 @@
 			"style": {
 				"navigationBarTitleText": "协议"
 			}
+		},
+		{
+			"path": "pages/web/toUrl",
+			"style": {
+				"navigationStyle":"custom",
+				"navigationBarTitleText": ""
+			}
+		},
+		{
+			"path": "pages/vip/index",
+			"style": {
+				"navigationBarTitleText": "会员"
+			}
 		}
 	],
 	"tabBar": {
 		"color": "#252938",
-		"selectedColor": "#FF1472",
+		"selectedColor": "#4766FE",
 		"borderStyle": "black",
 		"backgroundColor": "#FFFFFF",
 		"list": [
@@ -253,12 +269,18 @@
 				"selectedIconPath": "static/imgs/tab-s-1.png",
 				"text": "首页"
 			},
-			{
-				"pagePath": "pages/cates/cates",
-				"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",
+			// 	"selectedIconPath": "/static/imgs/tb2.png",
+			// 	"text": "分类"
+			// },
 			{
 				"pagePath": "pages/carts/carts",
 				"iconPath": "static/imgs/tab-3.png",
@@ -275,7 +297,7 @@
 	},
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "齐享购",
+		"navigationBarTitleText": "星享购",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

--
Gitblit v1.9.3