|
@@ -7,8 +7,8 @@
|
|
|
<div class="master-pic" v-if="aiImagesList && aiImagesList.length>0">
|
|
|
<el-carousel :autoplay="false" :loop="false" :indicator-dots="false"
|
|
|
:initial-index="currentIndex"
|
|
|
- @change="swiperChangeImg" class="master-pic-swiper" arrow="none"
|
|
|
- ref="carousel" indicator-position="none">
|
|
|
+ @change="swiperChangeImg" class="master-pic-swiper" arrow="always"
|
|
|
+ ref="carousel" indicator-position="none">
|
|
|
<!-- <el-carousel-item class="master-pic-item rows justify-center">
|
|
|
<img @touchstart="mytouchstart" @touchmove="mytouchmove" @touchend="mytouchend"
|
|
|
class="master-pic-img" :src="firstImg" mode="aspectFill" />
|