); // 返回顶部 $('.goto-bar').on('click', function(evt){ evt.preventDefault(); document.body.scrollTop = 0; window.scrollTo(0, 0); });