| 
					
				 | 
			
			
				@@ -148,8 +148,11 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ViewManager.Hide<ModalStatusView>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                AlertSystem.Show("sdk登录失败!") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                .SetRightButton(true, "重试", (t) => { QDHYKBManager.Instance.Login(); }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if (QDManager.IsHYKB) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    AlertSystem.Show("sdk登录失败!") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    .SetRightButton(true, "重试", (t) => { QDHYKBManager.Instance.Login(); }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -192,6 +195,10 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     QDHYKBManager.Instance.Login(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if(QDManager.IsBiliBili) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    QDBiliBiliManager.Instance.Login(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     bool login = GameController.CheckLoginCache(true); 
			 |