From a1c49eabb69bae2aa33647b0327d867ea4a40b2b Mon Sep 17 00:00:00 2001 From: Mr.Zhang <710666463@qq.com> Date: 星期一, 21 八月 2023 08:31:40 +0800 Subject: [PATCH] 1.0.2 上线包 --- 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