Browse Source

关闭公告的返回跳转

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

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

@@ -38,7 +38,7 @@ namespace GFGGame
             this.viewCom.Center();
             this.modal = true;
             viewAnimationType = EnumViewAnimationType.ZOOM_CENTER;
-            isReturnView = true;
+            //isReturnView = true;
         }
 
         protected override void OnInit()