From f3ed9ce1238fcc9496724475f83b3d1801900ccc Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 22 Mar 2021 13:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/chat-page.js | 2 -- 1 file changed, 2 deletions(-) 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); - } }); }, //软键盘问题