From e1b981115b2c3594137bea1f6eaef0b4851e0dbe Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 17 Apr 2026 16:24:37 +0800
Subject: [PATCH] feat: 屏蔽实名认证

---
 pages.json |   62 ++++++++-----------------------
 1 files changed, 16 insertions(+), 46 deletions(-)

diff --git a/pages.json b/pages.json
index a04a8f4..47c9185 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,74 +210,43 @@
 			"style": {
 				"navigationBarTitleText": "联系客服"
 			}
-		},
-		{
-			"path": "pages/quanyi/index",
-			"style": {
-				"navigationBarTitleText": "会员权益"
-			}
-		},
-		{
-			"path": "pages/quanyi/add",
-			"style": {
-				"navigationBarTitleText": "绑卡"
-			}
-		},
-		{
-			"path": "pages/quanshou/index",
-			"style": {
-				"navigationBarTitleText": "会员权收"
-			}
-		},
-		{
-			"path": "pages/web/index",
-			"style": {
-				"navigationBarTitleText": "",
-				"navigationStyle":"custom"
-			}
-		},
-		{
-			"path": "pages/web/xieyi",
-			"style": {
-				"navigationBarTitleText": "协议"
-			}
 		}
 	],
 	"tabBar": {
 		"color": "#252938",
-		"selectedColor": "#FF1472",
+		"selectedColor": "#4766FE",
 		"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