diff --git a/app/index/view/pc/public/footer.html b/app/index/view/pc/public/footer.html
index 89197e26..9a277f25 100644
--- a/app/index/view/pc/public/footer.html
+++ b/app/index/view/pc/public/footer.html
@@ -101,7 +101,6 @@
var windowHeight = $(window).height();
// 监听滚动事件
$(window).scroll(function() {
- console.log($(this).scrollTop(),windowHeight)
// 检查滚动距离是否超过一屏幕高度
if ($(this).scrollTop() > windowHeight) {
// 如果超过,显示返回顶部按钮