fix: 消息:列表滚动右键Y轴值判断错误修复
This commit is contained in:
parent
40bd2f0742
commit
a33e4905cf
@ -264,9 +264,9 @@ export default {
|
||||
this.getContactsList(this.contactsCurrentPage + 1);
|
||||
}
|
||||
}
|
||||
this.scrollY = res.scrollY;
|
||||
break;
|
||||
}
|
||||
this.scrollY = res.scrollY;
|
||||
},
|
||||
|
||||
onActive(type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user