| 
					
				 | 
			
			
				@@ -449,8 +449,8 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             _AnimationWait = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        //判断是否需要显示集齐套装界面(需要的时候晚5个定时器时间) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        if (count < totalCount || (count >= totalCount && _countShow > 7)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        //判断是否需要显示集齐套装界面(需要的时候晚3个定时器时间) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        if (count < totalCount || (count >= totalCount && _countShow > 5)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             _recordTurnIndex.Add(index); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             _countShow = 0; 
			 |