| 
					
				 | 
			
			
				@@ -99,7 +99,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _btnTuJian = _ui.m_list.GetChild("btnTuJian").asButton; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _btnBag = _ui.m_list.GetChild("btnBag").asButton; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _btnGallery = _ui.m_list.GetChild("btnGallery").asButton; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            _btnPoem = _ui.m_list.GetChild("btnPoem").asButton; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            //_btnPoem = _ui.m_list.GetChild("btnPoem").asButton; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _btnActivityDay7 = _ui.m_btnActivityDay7.target; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -142,7 +142,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _ui.m_btnSevenReward.target.onClick.Add(OnClickSevenReward); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _ui.m_btnPearRebate.target.onClick.Add(OnClickPearRabate); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _btnGallery.onClick.Add(OnClickGallery); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            _btnPoem.onClick.Add(OnClickPoem); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            //_btnPoem.onClick.Add(OnClickPoem); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _ui.m_comListAd.m_listAd.itemRenderer = RenderListAdItem; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             _ui.m_comListAd.m_listAd.SetVirtualAndLoop(); 
			 |