|  |  | @ -1,6 +1,6 @@ | 
			
		
	
		
			
				
					|  |  |  | <template> | 
			
		
	
		
			
				
					|  |  |  |   <div class="t-list f-hflex"> | 
			
		
	
		
			
				
					|  |  |  |     <swiper ref="orderSwiper" :options="swiperOptions"> | 
			
		
	
		
			
				
					|  |  |  |     <swiper ref="orderSwiper" :options="swiperOptions" v-if="list.length> 0"> | 
			
		
	
		
			
				
					|  |  |  |       <swiper-slide | 
			
		
	
		
			
				
					|  |  |  |           v-for="(item, index) in list" | 
			
		
	
		
			
				
					|  |  |  |           :key="index" | 
			
		
	
	
		
			
				
					|  |  | @ -14,6 +14,9 @@ | 
			
		
	
		
			
				
					|  |  |  |         </div> | 
			
		
	
		
			
				
					|  |  |  |       </swiper-slide> | 
			
		
	
		
			
				
					|  |  |  |     </swiper> | 
			
		
	
		
			
				
					|  |  |  |     <div v-else class="no-data"> | 
			
		
	
		
			
				
					|  |  |  |       暂无数据 | 
			
		
	
		
			
				
					|  |  |  |     </div> | 
			
		
	
		
			
				
					|  |  |  |   </div> | 
			
		
	
		
			
				
					|  |  |  | </template> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | @ -124,4 +127,13 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |     border-image-slice: 1; | 
			
		
	
		
			
				
					|  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | .no-data { | 
			
		
	
		
			
				
					|  |  |  |   display: flex; | 
			
		
	
		
			
				
					|  |  |  |   align-items: center; | 
			
		
	
		
			
				
					|  |  |  |   justify-content: center; | 
			
		
	
		
			
				
					|  |  |  |   opacity: .6; | 
			
		
	
		
			
				
					|  |  |  |   color: #fff; | 
			
		
	
		
			
				
					|  |  |  |   height: 120px; | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
		
			
				
					|  |  |  | </style> |