From 17ddcaf59d85194b7f73b601a907ead24d696baf Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 19 Mar 2024 17:19:39 +0800
Subject: [PATCH] 更新

---
 components/tabBar/tabBar.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/tabBar/tabBar.vue b/components/tabBar/tabBar.vue
index b2ab7fe..ac11e42 100644
--- a/components/tabBar/tabBar.vue
+++ b/components/tabBar/tabBar.vue
@@ -55,7 +55,7 @@
 				uni.switchTab({
 					url
 				})
-				this.$emit("change", name)
+				this.$emit("change", index)
 			}
 		}
 	}

--
Gitblit v1.9.3