少年修仙传客户端代码仓库
System/MainInterfacePanel/MainInterfaceWin.cs
@@ -537,6 +537,7 @@
                m_HeadPortraitTip.gameObject.SetActive(false);
                CopyOfThePanel.gameObject.SetActive(false);
                _SwitchShowBtn.gameObject.SetActive(false);
                m_TopRightTip.ShowMiniMap(false);
                m_ChatTip.gameObject.SetActive(false);
                m_FunctionForecastTip.gameObject.SetActive(false);
                m_TaskSwithButton.gameObject.SetActive(false);
@@ -558,6 +559,7 @@
                m_HeadPortraitTip.gameObject.SetActive(true);
                CopyOfThePanel.gameObject.SetActive(true);
                _SwitchShowBtn.gameObject.SetActive(true);
                m_TopRightTip.ShowMiniMap(true);
                m_ChatTip.gameObject.SetActive(true);
                m_FunctionForecastTip.gameObject.SetActive(true);
                m_TaskSwithButton.gameObject.SetActive(true);