소스 검색

图鉴banner跳转

zhaoyang 3 년 전
부모
커밋
3bc4365a98
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/FieldGuide/FieldGuideView.cs

@@ -94,7 +94,8 @@ namespace GFGGame
             switch (id)
             {
                 case ConstBannerId.ZHAI_XING:
-                    ViewManager.Show(ViewName.LUCKY_BOX_VIEW);
+                    ViewManager.Show(ViewName.LUCKY_BOX_VIEW, null, new object[] { ViewName.FIELD_GUIDE_VIEW, this.viewData });
+                    this.Hide();
                     break;
             }
         }