scroll-view 组件,使用scroll-with-animation='true'时,通过scroll-top 为0 回到顶部,再次下滑页面,滚动条会不规律的不显示。
<scroll-view style="height: 500px" scroll-y="true" bindscroll="scroll" scroll-top="{{top}}"
bindscrolltolower="getMore" scroll-with-animation="true">
this.setData({
top: 0
})
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
亲测没问题 检查一下你代码吧