少年修仙传客户端代码仓库
client_Wu Xijin
2018-12-30 4885f9bbece9670bc5be45c07f2598c6cff1440e
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);