fix: 消息:列表滚动右键Y轴值判断错误修复

This commit is contained in:
韦荣超 2022-02-18 17:01:33 +08:00
parent 40bd2f0742
commit a33e4905cf

View File

@ -264,9 +264,9 @@ export default {
this.getContactsList(this.contactsCurrentPage + 1);
}
}
this.scrollY = res.scrollY;
break;
}
this.scrollY = res.scrollY;
},
onActive(type) {