瀏覽代碼

GoBackFrom容错

zhaoyang 3 年之前
父節點
當前提交
bf76fc1db3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

@@ -209,7 +209,7 @@ namespace GFGGame
             }
             else
             {
-                 ViewManager.Show(ViewName.MAINUI_VIEW);
+                ViewManager.Show(ViewName.MAINUI_VIEW, null, null, true);
             }
         }