zhaoyang 3 سال پیش
والد
کامیت
5d3a2d3f48
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographView.cs

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

@@ -117,10 +117,10 @@ namespace GFGGame
 
             RefreshList(EnumPhotographType.BG);
             SetUIView();
+            UpdateScene();
             PhotographSceneManager.Instance.AddBgItem(ItemCfgArray.Instance.GetCfg(EquipDataCache.cacher.bgId));
             PhotographSceneManager.Instance.AddBodyItem();
-            UpdateScene();
-            PhotographDataManager.Instance.SetLayer(null, "refresh");
+            // PhotographDataManager.Instance.SetLayer(null, "refresh");
 
             if (GuideDataManager.IsGuideFinish(ConstGuideId.PHOTOGRAPH) > 0)
             {