scroll-view组件设置scroll-with-animation="true"有bug

发布于 8 年前作者 li5010656 次浏览最后编辑 8 年前来自 issues

当给scroll-view组件设置scroll-with-animation="true"后,使用

getCurrentPages().pop().setData({abc:0}) 让scroll-view滚动到顶部后,scroll-view就无法继续滚动了(用手在屏幕上滑动时屏幕不会动)

我用scroll-into-view替代scroll-top也得到一样的结果。

只有把scroll-with-animation删除后,才能继续滚动。

1 回复
xuejie
xuejie1 楼6 年前

麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html