| 
					
				 | 
			
			
				@@ -78,7 +78,8 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             RarityIconController.UpdateRarityIcon(_ui.m_loaRarity, itemCfg.id, false); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _ui.m_loaRarity.visible = itemCfg.itemType == ConstItemType.DRESS_UP; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _ui.m_txtExchangeCount.visible = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            _ui.m_comCost.target.visible = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            _ui.m_comCost.target.visible = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private void UpdateUseView() 
			 |