| 
					
				 | 
			
			
				@@ -14,9 +14,9 @@ namespace UI.Store 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_GetRewardBt; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_ContinueBt; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GButton m_ComeBt; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        public GLoader m_touch; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GComponent m_NormalReward; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public GList m_RewardList; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public GLoader m_touch; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public const string URL = "ui://p9mtgheoot07td8"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public const string PACKAGE_NAME = "Store"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public const string RES_NAME = "BrocadeWeavRewardItem"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -71,9 +71,9 @@ namespace UI.Store 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_GetRewardBt = (GButton)comp.GetChild("GetRewardBt"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_ContinueBt = (GButton)comp.GetChild("ContinueBt"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_ComeBt = (GButton)comp.GetChild("ComeBt"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_touch = (GLoader)comp.GetChild("touch"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_NormalReward = (GComponent)comp.GetChild("NormalReward"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_RewardList = (GList)comp.GetChild("RewardList"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_touch = (GLoader)comp.GetChild("touch"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public void Dispose(bool disposeTarget = false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -84,9 +84,9 @@ namespace UI.Store 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_GetRewardBt = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_ContinueBt = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_ComeBt = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            m_touch = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_NormalReward = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m_RewardList = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m_touch = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(disposeTarget && target != null) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 target.RemoveFromParent(); 
			 |