https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html
<scroll-view class="full-multi-product-scroll" scroll-x="{{true}}" bindscroll="_handleScroll">
<view class="product-box" wx:for="{{16}}"></view>
</scroll-view>
bindscroll滑动到最后,scrollLeft总是小于scrollWidth的值,不应该是一样的吗?如果不一样,我怎样能知道scrollLeft是否到底了
当前场景:进度条
需要根据滑动距离,显示滑动的进度条
解决了吗?我也是这样。。。。
scrollView 的 bindscrolltolower 属性了解一下