swiper 下方出现很大空白,swiper 的高度设的越大,空白就越大。
<swiper class="main-imgs" indicator-dots="{{true}}">
<swiper-item wx:for="{{goods.mainImgs}}" wx:key="index">
<view><image src="{{item}}" mode="aspectFill"></image></view>
</swiper-item>
</swiper>
.main-imgs {
width: 100%;
height: 1000rpx;
}
高度有要求需要自己适配。