|  | @@ -1633,11 +1633,11 @@ namespace GFGGame
 | 
	
		
			
				|  |  |                  return;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              
 | 
	
		
			
				|  |  | -            // if (LauncherConfig.platformId == 1 && LauncherConfig.ChannelId == (int)ChannelID.DouYou)
 | 
	
		
			
				|  |  | -            // {
 | 
	
		
			
				|  |  | -            //     ViewManager.Show<QieHuanView>();
 | 
	
		
			
				|  |  | -            //     return; 
 | 
	
		
			
				|  |  | -            // }
 | 
	
		
			
				|  |  | +            if (LauncherConfig.platformId == 1 && LauncherConfig.ChannelId == (int)ChannelID.DouYou)
 | 
	
		
			
				|  |  | +            {
 | 
	
		
			
				|  |  | +                ViewManager.Show<QieHuanView>();
 | 
	
		
			
				|  |  | +                return; 
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  |  #endif
 | 
	
		
			
				|  |  |              
 | 
	
		
			
				|  |  |              if (!GameGlobal.AfterDataInited) return;
 |