guodong 2 лет назад
Родитель
Сommit
ce150c7e79
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      GameClient/Assets/Game/HotUpdate/Platform/QDHYKBManager.cs

+ 5 - 0
GameClient/Assets/Game/HotUpdate/Platform/QDHYKBManager.cs

@@ -95,6 +95,11 @@ namespace GFGGame
         public override void OnFailed(int code, string message)
         {
             Log.Debug("HykbInitListenerProxy OnFailed code: " + code + " - message:" + message);
+            if(code == 2003)
+            {
+                ViewManager.Hide<ModalStatusView>();
+                return;
+            }
             EventAgent.DispatchEvent(ConstMessage.ON_PLATFORM_SDK_INITED, false);
         }
     }