| 
					
				 | 
			
			
				@@ -154,7 +154,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			page_size: 20, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			luck_list: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			luck_list_end: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			received_log: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -250,6 +249,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						this.status = 'opened' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					this.getValidity() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.status = 'open' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.receiveAmount = data.data.receiveAmount 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					break; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				// 红包被领完了 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				case '2008': 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -309,6 +310,11 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					clearInterval(timer) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}, 1000) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		setPickupInfo() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			let  pickupInfo = {	srcContentId: this.detail.srcContentId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+								postNickName: this.detail.postBizData.postUserInfo.nickName }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			Cookies.set('pickup_info', JSON.stringify(pickupInfo), { expires: 100 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -358,6 +364,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			// 领取任务红包 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			this.setCookieMid() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			this.getRedPacket() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			this.setPickupInfo() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			this.home_show = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			this.status = 'no-chrome' 
			 |