Commit 6285da92 by 陈超

A

parent 7cc2929f
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
if(this.tab == 0) { if(this.tab == 0) {
this.loadZhenti() this.loadZhenti()
} else if(this.tab == 1) { } else if(this.tab == 1) {
this.loadDownload()
} else { } else {
} }
...@@ -233,8 +233,8 @@ ...@@ -233,8 +233,8 @@
this.$refs.item.toggle() this.$refs.item.toggle()
if(this.tab == 0) { if(this.tab == 0) {
this.loadZhenti() this.loadZhenti()
} else { } else if(this.tab == 1) {
this.loadDownload()
} }
}, },
//加载真题 //加载真题
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment