<scroll-view
class="scroll"
scroll-y="{{isFullScreen?true:false}}"
scroll-x="{{false}}"
bindscroll="handleScroll"
bounces="{{false}}"
enhanced="{{true}}"
>
</scroll-view>
就是有一个scrollview的列表,在滚动到最上方的时候,继续下拉,会出下一个回弹的,橡皮筋的效果。这个怎么能取消吗。json里的disableScroll,enablePullDownRefresh,scrollview的enhanced,bounces 都试过了都不行。
请提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
我这边测试有效果啊,啥机型