Browse Source

筛选清空记录

zhaoyang 3 years ago
parent
commit
3a6fd07578

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

@@ -185,6 +185,7 @@ namespace GFGGame
             EventAgent.RemoveEventListener(ConstMessage.DRESS_UP_SCORE_CHANGED, UpdateScore);
             _fightCfg = null;
             _levelCfg = null;
+            DressUpMenuItemDataManager.Clear();
 
 
         }