mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 05:12:49 +00:00
perf: 点击消息页面会发生跳动的问题
This commit is contained in:
parent
0579a73c1c
commit
c99f6cfcf2
@ -1772,7 +1772,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onTouchEnd() {
|
onTouchEnd() {
|
||||||
if ($A.isIos()) {
|
if (typeof this.wrapperStart === 'number' && $A.isIos()) {
|
||||||
$A.scrollToView(this.$refs.footer)
|
$A.scrollToView(this.$refs.footer)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user