From 8bd4d49111c7bf87588a9ec886b47cd46a45e70e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 09 Jun 2026 15:16:38 +0800
Subject: [PATCH] feat:星享购 支付宝支付

---
 pages.json |   45 +++++++++++++++++++++++++++++++++------------
 1 files changed, 33 insertions(+), 12 deletions(-)

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

--
Gitblit v1.9.3