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);
                         ViewManager.Hide<ModalStatusView>();
+                        object[] objs = ViewManager.GetGoBackDatas(typeof(DressUpView).FullName)[1] as object[];
+                        ViewManager.Show<PoemGalleryView>(objs, null, true);
                     }
                 });
             }