System/MainInterfacePanel/MainInterfaceWin.cs
@@ -1271,10 +1271,7 @@ { if (PlayerDatas.Instance.baseData.ExAttr5 == 1)//是否再跨服副本中 { if (!WindowCenter.Instance.IsOpen("FightingPKWin")) { WindowCenter.Instance.Open<FightingPKWin>(); } m_HeadPortraitTip.gameObject.SetActive(false); CopyOfThePanel.gameObject.SetActive(false); _SwitchShowBtn.gameObject.SetActive(false); @@ -1291,6 +1288,7 @@ } else { WindowCenter.Instance.Close<FightingPKWin>(); m_HeadPortraitTip.gameObject.SetActive(true); CopyOfThePanel.gameObject.SetActive(true); _SwitchShowBtn.gameObject.SetActive(true);