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

3
pages/index/index.vue

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

Loading…
Cancel
Save