guodong 2 年 前
コミット
3d8a9b62f8
1 ファイル変更9 行追加2 行削除
  1. 9 2
      GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs

+ 9 - 2
GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs

@@ -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);