| 
					
				 | 
			
			
				@@ -191,7 +191,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 RedDotController.Instance.SetComRedDot(item.target, canGet); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 UI_ComProBonus.ProxyEnd(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (_month > dateTime.Month || _year > dateTime.Month) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (_month > dateTime.Month || _year > dateTime.Year) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _ui.m_list.numItems = signBonusCfgs.Count > 29 ? signBonusCfgs.Count + 1 : signBonusCfgs.Count; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 |