// //监听消息列表
watch: {
records(value) {
this.scrollToBottom()
},
},
methods: {
scrollToBottom() {
this.refs["滚动条起始位置"] // 获取对象
container.scrollTop = container.scrollHeight
document.getElementById('输入框id').focus(); //聚焦到输入框
})
},
}
// //监听消息列表
watch: {
records(value) {
this.scrollToBottom()
},
},
methods: {
scrollToBottom() {
this.refs["滚动条起始位置"] // 获取对象
container.scrollTop = container.scrollHeight
document.getElementById('输入框id').focus(); //聚焦到输入框
})
},
}
本文标题:聊天页面自动滚动到底部
本文链接:https://www.haomeiwen.com/subject/aauumktx.html
网友评论