Commit 2c45e2a0 by 刘海龙

no message

parent 969ffb3a
...@@ -395,15 +395,15 @@ ...@@ -395,15 +395,15 @@
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},500);//回到顶端
} else if(this.tab == 1) { } else if(this.tab == 1) {
this.page=1 this.page=1
this.zhenti = [] this.zhenti = []
this.loadDownload() this.loadDownload()
$('html,body').animate({scrollTop:0},1000);//回到顶端 $('html,body').animate({scrollTop:0},500);//回到顶端
} else { } else {
this.onMyTab(this.myTab) this.onMyTab(this.myTab)
$('html,body').animate({scrollTop:0},1000);//回到顶端 $('html,body').animate({scrollTop:0},500);//回到顶端
} }
}, },
...@@ -416,12 +416,12 @@ ...@@ -416,12 +416,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},500);//回到顶端
} 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},500);//回到顶端
} }
}, },
// 筛选条件 // 筛选条件
......
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