Commit 2c45e2a0 by 刘海龙

no message

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