| 
					
				 | 
			
			
				@@ -93,22 +93,24 @@ onLoad(async (query: { id: string; type: 'activity' | 'studyTour'; title: string 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  <div class="flex flex-col flex-grow p-4 bg-white gap-4"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	<div class="flex items-center overflow-x-scroll"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  <div class="bg-white gap-4 pb-4"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	<div class="flex items-center overflow-x-scroll sticky top-0 z-10 bg-white p-[20rpx]"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<div class="px-[14rpx] py-[8rpx] text-[24rpx] rounded-[10rpx] mr-[20rpx] shrink-0" :class="imgTabIndex===i?'bg-black text-white':'bg-black/10'" v-for="(it, i) in imgTab" :key="i" @click="timeTabChange(it,i)">{{ dayjs(it.travelDate).format('YYYY-MM-DD') || "2022" }}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	</div>   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <template v-for="(it, i) in imgList" :key="i"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <!-- <SectionHeading 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        :title="'第' + Number(i + 1) + '天 ' + dayjs(img.travelDate).format('YYYY-MM-DD')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      ></SectionHeading> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	  <video v-if="it.type=='1'" class="w-full" :src="it.url"></video> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	  <wd-img v-else width="100%" mode="widthFix" :src="it.url" @click="previewImgNew(it.url)" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <!-- <template v-for="(video, index) in it.video" :key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <video class="w-full" :src="video"></video> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <template v-for="(img, index) in it.picture" :key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <wd-img width="100%" mode="widthFix" :src="img" @click="previewImg(i,index)" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      </template> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <div class="flex flex-col flex-grow px-4"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		<template v-for="(it, i) in imgList" :key="i"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		  <!-- <SectionHeading 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		    :title="'第' + Number(i + 1) + '天 ' + dayjs(img.travelDate).format('YYYY-MM-DD')" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		  ></SectionHeading> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		  <video v-if="it.type=='1'" class="w-full" :src="it.url"></video> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		  <wd-img v-else width="100%" mode="widthFix" :src="it.url" @click="previewImgNew(it.url)" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		  <!-- <template v-for="(video, index) in it.video" :key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		    <video class="w-full" :src="video"></video> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		  </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		  <template v-for="(img, index) in it.picture" :key="index"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		    <wd-img width="100%" mode="widthFix" :src="img" @click="previewImg(i,index)" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		  </template> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		</template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </template> 
			 |