scroll-view 上拉或下拉太灵敏

发布于 7 年前作者 yfang4075 次浏览最后编辑 7 年前来自 ask

<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-thresholdlower-threshold的值都没有任何作用

2 回复
zfang
zfang1 楼6 年前

在这里提问题基本上是石沉大海了

dinggang
dinggang2 楼5 年前

同求解!!!!