perf: 点击消息页面会发生跳动的问题

This commit is contained in:
kuaifan 2023-12-19 17:34:34 +08:00
parent 0579a73c1c
commit c99f6cfcf2

View File

@ -1772,7 +1772,7 @@ export default {
},
onTouchEnd() {
if ($A.isIos()) {
if (typeof this.wrapperStart === 'number' && $A.isIos()) {
$A.scrollToView(this.$refs.footer)
}
},