pull/30/head
taoshihan1991 4 years ago
parent beb562b131
commit 5a6ffd0bfc

@ -161,7 +161,6 @@ var chatKfBox = {
//滚到底部 //滚到底部
scrollBottom(){ scrollBottom(){
this.$nextTick(() => { this.$nextTick(() => {
debugger;
$('.chatBox').scrollTop($(".chatBox")[0].scrollHeight); $('.chatBox').scrollTop($(".chatBox")[0].scrollHeight);
}); });
}, },

Loading…
Cancel
Save