tianyi 3 weeks ago
parent
commit
597920679e
  1. 5
      pages/index/index.vue

5
pages/index/index.vue

@ -1411,7 +1411,10 @@
changeIndex(index) { changeIndex(index) {
let that = this; let that = this;
this.lastIndex = this.currentIndex this.lastIndex = this.currentIndex
this.currentIndex = index if(index != 2){
this.currentIndex = index
}
switch (index) { switch (index) {
case 0: case 0:
this.indexInit() this.indexInit()

Loading…
Cancel
Save