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); }); },