From 5a6ffd0bfc3e2c855c8dd643ad8129d987965849 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Thu, 17 Sep 2020 18:17:26 +0800 Subject: [PATCH] fix --- static/js/chat-kf-page.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/chat-kf-page.js b/static/js/chat-kf-page.js index 26eb3f0..bec304d 100644 --- a/static/js/chat-kf-page.js +++ b/static/js/chat-kf-page.js @@ -161,7 +161,6 @@ var chatKfBox = { //滚到底部 scrollBottom(){ this.$nextTick(() => { - debugger; $('.chatBox').scrollTop($(".chatBox")[0].scrollHeight); }); },