Commit a751ed00 by 刘海龙

no message

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