Browse Source

活动公告跳转回来关闭弹窗

leiyasi 1 year ago
parent
commit
28a1f4bbfe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/Notice/NoticeView.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/Notice/NoticeView.cs

@@ -164,12 +164,12 @@ namespace GFGGame
 
             if (jumpIndex != 0)
             {
-                //Hide();
+                Hide();
                 ViewManager.Show($"GFGGame.{adCfg.jumpId}", jumpIndex, false, false);
             }
             else
             {
-                //Hide();
+                Hide();
                 ViewManager.Show($"GFGGame.{adCfg.jumpId}", param, false, false);
             }