| 
					
				 | 
			
			
				@@ -1385,7 +1385,7 @@ function init(initParams) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             state.userId = res.data.srcUserId; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             state.tweet_author = state.detail.postUserInfo && state.detail.postUserInfo.nickName || ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             state.customCover = state.detail.posterType == 2 ? 1 : 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            state.customGiveaway = state.detail.posterType == 2 ? 1 : 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            state.customGiveaway = state.detail.rewardType == 2 ? 1 : 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // 不要删除这个console 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             console.log('postBizData', state.detail) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             checkFacebookReply(); 
			 |