真机-scroll-view
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%;
}