scroll-view设置scroll-with-animation="true"时,滚动条不显示
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
})