| 
					
				 | 
			
			
				@@ -119,6 +119,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (RoleInfoManager.GetPosType(index) == MonthCardType.Gold && !RoleDataManager.CheckIsMonthCardOpenByType(MonthCardType.Gold) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             || RoleInfoManager.GetPosType(index) == MonthCardType.BlackGold && !RoleDataManager.CheckIsMonthCardOpenByType(MonthCardType.BlackGold)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                item.m_txtLock.text = RoleInfoManager.GetSuitPosItems()[index]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 item.m_grpLock.visible = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 item.m_comPhoto.m_loaPhoto.texture = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 item.m_imgNone.visible = false; 
			 |