From 0256117a3a35a4dc0ac90d3172d11651eb0b8150 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 22 八月 2023 18:26:32 +0800
Subject: [PATCH] sDda

---
 minipro_standard/components/myTabber.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/minipro_standard/components/myTabber.vue b/minipro_standard/components/myTabber.vue
index bee9097..5fdc680 100644
--- a/minipro_standard/components/myTabber.vue
+++ b/minipro_standard/components/myTabber.vue
@@ -71,7 +71,7 @@
 					this.value = index
 				})
 				
-				console.log(this.value);
+				console.log(index);
 				if (index==0) {
 					// console.log('index');
 					uni.switchTab({
@@ -91,6 +91,9 @@
 			}
 		},
 	}
+	/**
+	 *
+	 * */
 </script>
 
 <style lang="scss" scope>

--
Gitblit v1.9.3