Parcourir la source

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

leiyasi il y a 1 an
Parent
commit
28a1f4bbfe
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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);
             }