From 5df313e611a4459c8de026fafe68b7873ca010d7 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 11 Jun 2026 17:55:39 +0800
Subject: [PATCH] feat:星享购 新增会员价格

---
 pages.json |   58 +++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 41 insertions(+), 17 deletions(-)

diff --git a/pages.json b/pages.json
index 7214a72..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,35 +214,52 @@
 		{
 			"path": "pages/quanyi/index",
 			"style": {
-				"navigationBarTitleText": "权益",
-				"navigationStyle":"custom"
+				"navigationStyle":"custom",
+				"navigationBarTitleText": "会员权益"
 			}
 		},
 		{
 			"path": "pages/quanyi/add",
 			"style": {
-				"navigationBarTitleText": "绑卡",
-				"navigationStyle":"custom"
+				"navigationBarTitleText": "添加银行卡"
 			}
 		},
 		{
 			"path": "pages/quanshou/index",
 			"style": {
-				"navigationBarTitleText": "绑卡",
-				"navigationStyle":"custom"
+				"navigationStyle":"custom",
+				"navigationBarTitleText": "会员权收"
 			}
 		},
 		{
 			"path": "pages/web/index",
 			"style": {
-				"navigationBarTitleText": "绑卡",
-				"navigationStyle":"custom"
+				"navigationBarTitleText": ""
+			}
+		},
+		{
+			"path": "pages/web/xieyi",
+			"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": [
@@ -251,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",
@@ -273,7 +297,7 @@
 	},
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "齐享购",
+		"navigationBarTitleText": "星享购",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

--
Gitblit v1.9.3