| 
					
				 | 
			
			
				@@ -31,8 +31,8 @@ namespace UI.DressUp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnSearch; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnNext; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnRecommend; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public GTextField m_txtRecommendCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_btnAutoPlay; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public GTextField m_txtRecommendCount; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GGroup m_graContent; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public const string URL = "ui://mbo439wbqsvd2m"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public const string PACKAGE_NAME = "DressUp"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -105,8 +105,8 @@ namespace UI.DressUp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnSearch = (GButton)comp.GetChild("btnSearch"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnNext = (GButton)comp.GetChild("btnNext"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnRecommend = (GButton)comp.GetChild("btnRecommend"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_txtRecommendCount = (GTextField)comp.GetChild("txtRecommendCount"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_txtRecommendCount = (GTextField)comp.GetChild("txtRecommendCount"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_graContent = (GGroup)comp.GetChild("graContent"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public void Dispose(bool disposeTarget = false) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -140,8 +140,8 @@ namespace UI.DressUp 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnSearch = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnNext = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnRecommend = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_txtRecommendCount = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_btnAutoPlay = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_txtRecommendCount = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_graContent = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(disposeTarget && target != null) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 |