Browse Source

拍照层级

zhaoyang 3 years ago
parent
commit
5d3a2d3f48
1 changed files with 2 additions and 2 deletions
  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)
             {