From 597920679e30f59f6a00d18332b6614865bfd20b Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Tue, 19 May 2026 14:37:52 +0800 Subject: [PATCH] 1 --- pages/index/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 4d8f755..c910403 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1411,7 +1411,10 @@ changeIndex(index) { let that = this; this.lastIndex = this.currentIndex - this.currentIndex = index + if(index != 2){ + this.currentIndex = index + } + switch (index) { case 0: this.indexInit()