uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

scroll-view: TypeError: Cannot read properties of null (reading 'scrollHeight'

Open gao-xiang opened this issue 1 year ago • 4 comments

3.0.0-alpha-4010720240511003,scroll-view 有各种参数报错。

gao-xiang avatar May 14 '24 03:05 gao-xiang

感谢反馈,你提到 vue3 的 scroll-view 运行有报错,可以补充案例和说明运行的平台吗,比如 android/ios/微信小程序还是 h5 ,补充更多信息,有助于定位和解决你的问题

Otto-J avatar May 14 '24 09:05 Otto-J

是在H5发现的,回退的上一个版本没在出现,有时是 scrollTop 未设置的报错,

gao-xiang avatar May 14 '24 09:05 gao-xiang

你可以提供一个复现工程吗,只包含 scroll-view 的,我测试运行 hbuilderx 和 cli 看到控制台是正常的

Otto-J avatar May 14 '24 10:05 Otto-J

<scroll-view enable-back-to-top class="scroll-view" scroll-y> <slot /> </scroll-view> 只要有以上代码就会出现,刷新后没有错误提示,在页面切换时会出现报错。

gao-xiang avatar May 14 '24 10:05 gao-xiang