zhaoyang 2 ani în urmă
părinte
comite
5541fccd57

+ 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);
                     }
                 });
             }