浏览代码

好游快爆fix

guodong 2 年之前
父节点
当前提交
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);
         }
     }