From 29658de29b2eb5292bf0c2fad7427b374b769ebc Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 10 五月 2023 20:29:31 +0800
Subject: [PATCH] 样式修改,引入字体,修改逻辑

---
 components/tab-bar/tab-bar.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue
index 6c7662f..f52bebc 100644
--- a/components/tab-bar/tab-bar.vue
+++ b/components/tab-bar/tab-bar.vue
@@ -22,14 +22,13 @@
 			// tabBarList: this.$store.state.userTabbar
 		};
 	},
-	computed:{
-		tabBarList(){
-			return this.$store.state.userTabbar
+	computed: {
+		tabBarList() {
+			return this.$store.state.userTabbar;
 		}
 	},
 	methods: {
 		tabbarchange(e) {
-			console.log('tabbar鏀瑰彉',this.current, e,this.tabBarList);
 			uni.switchTab({
 				url: '/' + this.tabBarList[e].pagePath
 			});
@@ -41,7 +40,7 @@
 ::v-deep.tab-bar {
 	.u-tabbar {
 		&__content {
-			background: #ececec!important;
+			background: #ececec !important;
 			&__item-wrapper {
 				height: vww(50);
 			}

--
Gitblit v1.9.1