获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
一样
滚动到最后scrollLeft为啥和scrollWidth的值不一样?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是否到底了 当前场景:进度条 需要根据滑动距离,显示滑动的进度条
2021-08-31