Main/System/Main/MainWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/Main/MainWin.cs
@@ -9,6 +9,7 @@ public class MainWin : FunctionsBaseWin { //头像区 [SerializeField] GameObject topBar; [SerializeField] AvatarCell avatarCell; [SerializeField] Text playerNameText; [SerializeField] Text powerText; @@ -53,6 +54,8 @@ //挑战特殊显示逻辑 return; } topBar.SetActive(index == 0 || index == 2); // 如果点击当前已选中的标签,不做处理 if (functionOrder == index && currentSubUI != null) {