From 64a86e8b0f864e8ea4783a6baa7a2e9413b50df6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 21 八月 2023 10:43:15 +0800
Subject: [PATCH] 解除大屏登陆拦截

---
 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