Commit 07dfbe41 by 刘海龙

no message

parent b295f0ef
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
$('html,body').animate({scrollTop:0},500);//回到顶端 $('html,body').animate({scrollTop:0},500);//回到顶端
} else if(this.tab == 1) { } else if(this.tab == 1) {
this.page=1 this.page=1
this.zhenti = [] this.download = []
this.loadDownload() this.loadDownload()
$('html,body').animate({scrollTop:0},500);//回到顶端 $('html,body').animate({scrollTop:0},500);//回到顶端
} else { } else {
...@@ -431,8 +431,10 @@ ...@@ -431,8 +431,10 @@
condition.select = true condition.select = true
this.$refs.item.toggle() this.$refs.item.toggle()
if(this.tab == 0) { if(this.tab == 0) {
this.zhenti = []
this.loadZhenti() this.loadZhenti()
} else if(this.tab == 1) { } else if(this.tab == 1) {
this.download = []
this.loadDownload() 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