zhaoyang 2 년 전
부모
커밋
5541fccd57
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

@@ -593,6 +593,8 @@ namespace GFGGame
                     {
                     {
                         _ui.m_txtCount.text = string.Format("{0}/{1}", PoemGalleryDataManager.Instance.MyWorksCountOfTheme, GlobalCfgArray.globalCfg.maxGalleryWorksCount);
                         _ui.m_txtCount.text = string.Format("{0}/{1}", PoemGalleryDataManager.Instance.MyWorksCountOfTheme, GlobalCfgArray.globalCfg.maxGalleryWorksCount);
                         ViewManager.Hide<ModalStatusView>();
                         ViewManager.Hide<ModalStatusView>();
+                        object[] objs = ViewManager.GetGoBackDatas(typeof(DressUpView).FullName)[1] as object[];
+                        ViewManager.Show<PoemGalleryView>(objs, null, true);
                     }
                     }
                 });
                 });
             }
             }