diff --git a/static/js/chat-page.js b/static/js/chat-page.js index 8080885..ff634e4 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -261,9 +261,7 @@ new Vue({ scrollBottom:function(){ var _this=this; this.$nextTick(function(){ - if(_this.msgList.length>=3){ $('body').scrollTop($("body")[0].scrollHeight); - } }); }, //软键盘问题