This commit is contained in:
@@ -567,7 +567,7 @@
|
||||
$(document).ready(function() {
|
||||
// 点击回到顶部
|
||||
$("#backTop").click(function () {
|
||||
$("html, body").animate({ scrollTop: 0 }, 600);
|
||||
$("html, body").animate({ scrollTop: 0 }, 300);
|
||||
});
|
||||
|
||||
// 根据滚动位置显示/隐藏回到顶部按钮
|
||||
|
||||
Reference in New Issue
Block a user