收藏
回答

scroll-view 在 iOS 上无法滚动 安卓可以




<scroll-view wx:if="{{headImageMode}}" scroll-y bindscroll="scrollViewDidScroll" style="width: 750rpx;height: 390rpx;position: relative">
       <image  src="" bindload="headImageLoaded" style="width: {{scrollHeadImageSize.width}}rpx;height: {{scrollHeadImageSize.height}}rpx;position: absolute">image>

scroll-view>


scroll-view 带有条件判断,第一次显示的时候无法滚动,第二次显示的时候就可以了


微信版本 6.5.14


---------------


找到问题了,得把 scrollHeadImageSize.height 的初始值设置的比较大 比如1000

最后一次编辑于  2017-08-18
回答关注问题邀请回答
收藏
登录 后发表内容