|  | @@ -5,7 +5,13 @@
 | 
	
		
			
				|  |  |  	:autoplay="false" :loop="false" ref="carousel"
 | 
	
		
			
				|  |  |  	 @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>
 | 
	
		
			
				|  |  | +			<!-- <img @touchstart="mytouchstart" @touchmove="mytouchmove" @touchend="mytouchend" style="width:100%;height:100%;object-fit: cover;" mode="aspectFill" :src="item.image"></image> -->
 | 
	
		
			
				|  |  | +			<el-image 
 | 
	
		
			
				|  |  | +				@touchstart="mytouchstart" @touchmove="mytouchmove" @touchend="mytouchend"
 | 
	
		
			
				|  |  | +			    style="width:100%;height:100%;"
 | 
	
		
			
				|  |  | +			    :src="item.image"
 | 
	
		
			
				|  |  | +			    :preview-src-list="item.list">
 | 
	
		
			
				|  |  | +			  </el-image>
 | 
	
		
			
				|  |  |  		</el-carousel-item>
 | 
	
		
			
				|  |  |  	</el-carousel>
 | 
	
		
			
				|  |  |  	<div class="indicator-view rows" v-if="aiImagesList && aiImagesList.length>1 && showAIImage">
 |