真机-scroll-view
发布于 5 年前 作者 kshao 9389 次浏览 来自 问答

android:正常

ios: 不能下拉

工具:没有问题

wxml:

  <scroll-view class=“container-body” scroll-y=“true” scroll-top="{{scrolltop}}" bindscroll=“scrollHandle” lower-threshold=“50” bindscrolltolower=“scrollLoading” >

Wxss:

.container-body
{
  height: 100%;
}

3 回复

难道没解决嘛?我的也遇到了

怎么解决?

同样遇到这个问题了。

请问下,你是怎么解决的?

回到顶部