From b7ce92d35fde3704297163010c320e336a5dd681 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 13 一月 2026 10:17:16 +0800
Subject: [PATCH] 页面调整优化

---
 components/custom-tabbar.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/components/custom-tabbar.vue b/components/custom-tabbar.vue
index 5fb34e7..4894ea5 100644
--- a/components/custom-tabbar.vue
+++ b/components/custom-tabbar.vue
@@ -41,8 +41,9 @@
 						"key": 'index'
 					},
 					{
+						// KitchenVideo
 						// "pagePath": "/pages/tabbar/category/category",
-						"pagePath": "/pages/kitchen/KitchenVideo",
+						"pagePath": "/pages/kitchen/KitchenCover",
 
 						"iconPath": "/static/tabbar/category.png",
 						"selectedIconPath": "/static/tabbar/category-s.png",
@@ -50,13 +51,13 @@
 						"key": 'kitchen'
 					},
 					{
-						"pagePath": "/pages/tabbar/video/video",
+						"pagePath": "/pages/cusbar/video/video",
 						"iconPath": "/static/tabbar/video1.png",
 						"selectedIconPath": "/static/tabbar/video1-selected.png",
 						"key": 'video'
 					},
 					{
-						"pagePath": "/pages/tabbar/cart/cartList",
+						"pagePath": "/pages/cusbar/cart/cartList",
 						"iconPath": "/static/tabbar/cart.png",
 						"selectedIconPath": "/static/tabbar/cart-s.png",
 						"text": "璐墿杞�",
@@ -80,7 +81,7 @@
 			switchTab(item) {
 				console.log("鎵ц鍔�", item);
 				if (this.selected === item.key) return;
-				uni.switchTab({
+				uni.redirectTo({
 					url: item.pagePath
 				});
 			}
@@ -98,8 +99,10 @@
 		display: flex;
 		align-items: center;
 		justify-content: space-around;
-		border-top: 1px solid #ededed;
+		border-top: 1rpx solid rgba(255, 255, 255, 0.1);
 		box-sizing: border-box;
+		backdrop-filter: blur(10px);
+		-webkit-backdrop-filter: blur(10px);
 	}
 
 	.tabbar-item {

--
Gitblit v1.8.0