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