收藏
回答

scroll-view组件真机iphone6s调试时,会堆叠到一起,而模拟器显示正常?

手机型号:iphone6s,系统版本:ios9.3.2,附上截图.

 <scroll-view class="recommendScroll" enable-flex scroll-x scroll-y="false">
            <view class="scrollItem" wx:for="{{recommendList}}" wx:key="id">
                <image src="{{item.picUrl}}"></image>
                <text>{{item.name}}</text>
            </view>
  </scroll-view>
/* 内容区域 */
.scrollItem {
    width200rpx;
    margin-right20rpx;
}
.recommendScroll {
    display: flex;
}
.scrollItem image {
    width200rpx;
    height200rpx;
    border-radius10rpx;
}


,请问怎么处理?

回答关注问题邀请回答
收藏

3 个回答

登录 后发表内容