Commit a751ed00 by 刘海龙

no message

parent 0e6f5b52
...@@ -375,14 +375,14 @@ ...@@ -375,14 +375,14 @@
this.page=1 this.page=1
this.zhenti = [] this.zhenti = []
this.loadZhenti() this.loadZhenti()
$(html,body).animate({scrollTop:0},1000);//回到顶端 $('html,body').animate({scrollTop:0},1000);//回到顶端
} else if(this.tab == 1) { } else if(this.tab == 1) {
this.page=1 this.page=1
this.loadDownload() this.loadDownload()
$(html,body).animate({scrollTop:0},1000);//回到顶端 $('html,body').animate({scrollTop:0},1000);//回到顶端
} else { } else {
this.onMyTab(this.myTab) this.onMyTab(this.myTab)
$(html,body).animate({scrollTop:0},1000);//回到顶端 $('html,body').animate({scrollTop:0},1000);//回到顶端
} }
}, },
...@@ -394,12 +394,12 @@ ...@@ -394,12 +394,12 @@
this.page=1 this.page=1
this.myYiZuo=[] this.myYiZuo=[]
this.loadMy() this.loadMy()
$(html,body).animate({scrollTop:0},1000);//回到顶端 $('html,body').animate({scrollTop:0},1000);//回到顶端
} else { } else {
this.page=1 this.page=1
this.myCollect=[] this.myCollect=[]
this.loadMyTi() this.loadMyTi()
$(html,body).animate({scrollTop:0},1000);//回到顶端 $('html,body').animate({scrollTop:0},1000);//回到顶端
} }
}, },
// 筛选条件 // 筛选条件
......
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