|
@@ -2,7 +2,7 @@
|
|
|
<div class="mask-view" @touchmove.stop="catchTapEvent" @click.stop="catchTapEvent">
|
|
|
<!-- AI图片-轮播图 -->
|
|
|
<el-carousel v-if="aiImagesList && aiImagesList.length>0" v-show="showAIImage" class="swiper"
|
|
|
- :autoplay="false" :loop="false" ref="carousel"
|
|
|
+ :autoplay="false" :loop="false" ref="carousel" indicator-position="none"
|
|
|
@change="swiperChangeImg" :initial-index="currentIndex" :indicator-dots="false">
|
|
|
<el-carousel-item v-for="(item,index1) in aiImagesList" :key="index1" >
|
|
|
<!-- <img @touchstart="mytouchstart" @touchmove="mytouchmove" @touchend="mytouchend" style="width:100%;height:100%;object-fit: cover;" mode="aspectFill" :src="item.image"></image> -->
|