滚动问题

pull/23/head
taoshihan1991 3 years ago
parent e867835799
commit f3ed9ce123

@ -261,9 +261,7 @@ new Vue({
scrollBottom:function(){ scrollBottom:function(){
var _this=this; var _this=this;
this.$nextTick(function(){ this.$nextTick(function(){
if(_this.msgList.length>=3){
$('body').scrollTop($("body")[0].scrollHeight); $('body').scrollTop($("body")[0].scrollHeight);
}
}); });
}, },
//软键盘问题 //软键盘问题

Loading…
Cancel
Save