|
@@ -148,8 +148,11 @@ namespace GFGGame
|
|
else
|
|
else
|
|
{
|
|
{
|
|
ViewManager.Hide<ModalStatusView>();
|
|
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();
|
|
QDHYKBManager.Instance.Login();
|
|
}
|
|
}
|
|
|
|
+ if(QDManager.IsBiliBili)
|
|
|
|
+ {
|
|
|
|
+ QDBiliBiliManager.Instance.Login();
|
|
|
|
+ }
|
|
else
|
|
else
|
|
{
|
|
{
|
|
bool login = GameController.CheckLoginCache(true);
|
|
bool login = GameController.CheckLoginCache(true);
|