scroll-view 上拉或下拉太灵敏
<scroll-view id=“x” scroll-y=“true” class=“x_list” style=“height:{{winHeight - 80}}px;”
bindscrolltoupper=“refresh” bindscrolltolower=“loadMore” upper-threshold="-1" lower-threshold="-1">
代码如上,refresh和loadMore被调用了1~n次,且非常灵敏,还未开始拉,就是普通的翻页到顶或到底就触发了,求解。谢谢!开发版本和微信版本都是最新的。
改变upper-threshold和lower-threshold的值都没有任何作用