This commit is contained in:
zoujiandong 2023-12-05 09:40:18 +08:00
parent 9bb514e370
commit 47fbd1525d

View File

@ -202,8 +202,12 @@ const HandleGetIm = async (params = {}) => {
if(!firstIn.value){
nextTick(() => {
//
try {
let ele = document.querySelector('.phonecont');
ele.scrollTop = ele.scrollHeight;
} catch (error) {
}
});
}