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