| 
					
				 | 
			
			
				@@ -51,7 +51,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       <template v-if="item.type == 1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <!-- 进行中--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <template v-if="item.status == 0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                          In progress 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          In Progress 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <!-- 已完成 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <template v-else-if="item.status == 1"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -162,9 +162,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                       <template v-else-if="item.status == 2 || item.status == 3"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <!-- 普通红包 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <template v-if="item.postTaskLuckdrop && item.postTaskLuckdrop.luckdropType == 1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                          ({{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                          item.status == 2 ? "Time expired" : "Termination" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                          }}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          <template v-if="item.status == 2"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            (Time expired) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          <template v-if="item.status == 3"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            {{item.srcContentId ? '(Termination)' : 'Termination'}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                          </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                           <template v-if="item.status == 2 || item.status == 3 && item.srcContentId"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             {{ item.postTaskLuckdrop.receivedCount }}/{{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             item.postTaskLuckdrop.totalCount 
			 |