zhangyuqian hai 1 ano
pai
achega
7393d8023f

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -369,6 +369,7 @@ namespace GFGGame
             MainDataManager.Instance.Clear();
             NewYearRedEnvelopeDataManager.Instance.Clear();
             MatchingCompetitionDataManager.Instance.MyNtextture = null;
+            MatchingCompetitionDataManager.Instance.MathingDressDate.bgId = 0;
             GameGlobal.zoneScene.GetComponent<SessionComponent>()?.Disconnect();
             GameGlobal.zoneScene.GetComponent<ServerInfosComponent>()?.ServerInfoList?.Clear();
             GameGlobal.zoneScene.GetComponent<AccountInfoComponent>()?.Clear();

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/MatchingCompetition/MatchingCompetitionGatheringView.cs

@@ -87,6 +87,7 @@ namespace GFGGame
         {
             if (MatchingCompetitionDataManager.Instance.MyNtextture == null)
             {
+                _ui.m_playerImage.texture = null;
                 DressUpObjUI dressUpObjUI;
                 if (_ui.m_suitShow.data == null)
                 {