From eaa5247fe535aadedc7cd35896e1e08580487006 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 18:14:58 +0800
Subject: [PATCH] feat:购有趣 4.3改版

---
 pages.json |   59 ++++++++++++++++-------------------------------------------
 1 files changed, 16 insertions(+), 43 deletions(-)

diff --git a/pages.json b/pages.json
index 7214a72..b7bf07b 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": "分类"
 			}
 		},
@@ -209,71 +210,43 @@
 			"style": {
 				"navigationBarTitleText": "联系客服"
 			}
-		},
-		{
-			"path": "pages/quanyi/index",
-			"style": {
-				"navigationBarTitleText": "权益",
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/quanyi/add",
-			"style": {
-				"navigationBarTitleText": "绑卡",
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/quanshou/index",
-			"style": {
-				"navigationBarTitleText": "绑卡",
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/web/index",
-			"style": {
-				"navigationBarTitleText": "绑卡",
-				"navigationStyle":"custom"
-			}
 		}
 	],
 	"tabBar": {
 		"color": "#252938",
-		"selectedColor": "#FF1472",
+		"selectedColor": "#37AA25",
 		"borderStyle": "black",
 		"backgroundColor": "#FFFFFF",
 		"list": [
 			{
 				"pagePath": "pages/index/index",
-				"iconPath": "static/imgs/tab-1.png",
-				"selectedIconPath": "static/imgs/tab-s-1.png",
+				"iconPath": "static/imgs/tb1.png",
+				"selectedIconPath": "static/imgs/tb11.png",
 				"text": "首页"
 			},
-			{
-				"pagePath": "pages/cates/cates",
-				"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",
-				"selectedIconPath": "static/imgs/tab-s-3.png",
+				"iconPath": "static/imgs/tb3.png",
+				"selectedIconPath": "static/imgs/tb33.png",
 				"text": "购物车"
 			},
 			{
 				"pagePath": "pages/my/my",
-				"iconPath": "static/imgs/tab-4.png",
-				"selectedIconPath": "static/imgs/tab-s-4.png",
+				"iconPath": "static/imgs/tb4.png",
+				"selectedIconPath": "static/imgs/tb44.png",
 				"text": "我的"
 			}
 		]
 	},
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "齐享购",
+		"navigationBarTitleText": "购有趣",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

--
Gitblit v1.9.3