mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:53:27 +08:00
【修复】修复自定义表单轮播图图片有空白区域的问题。
This commit is contained in:
@@ -19,15 +19,7 @@
|
||||
</view>
|
||||
<!-- 轮播图 -->
|
||||
<view v-else-if="form.headType == 2">
|
||||
<view>
|
||||
<view class='sw'>
|
||||
<swiper>
|
||||
<swiper-item v-for="(item,itemIndex) in slideImg" :key="itemIndex">
|
||||
<image :src="item" class="slide-image" mode='widthFix' />
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
</view>
|
||||
</view>
|
||||
<u-swiper height="calc(350rpx * 6 / 6)" radius="0" :list="slideImg" :autoplay="autoplay" indicator indicatorMode="line" circular></u-swiper>
|
||||
</view>
|
||||
<view v-else-if="form.headType==3">
|
||||
<view class='video'>
|
||||
|
||||
Reference in New Issue
Block a user