Browse Source

画廊换装后在返回换装会显示错误

zhaoyang 2 years ago
parent
commit
daa3a6fb9f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpView.cs

@@ -152,6 +152,7 @@ namespace GFGGame
                 GameObject.Destroy(_sceneObject);
                 GameObject.Destroy(_sceneObject);
                 _sceneObject = null;
                 _sceneObject = null;
             }
             }
+            _ui.m_c2.selectedIndex = 0;
             Reset();
             Reset();
             Timers.inst.Remove(CheckGuide);
             Timers.inst.Remove(CheckGuide);
         }
         }