hch
2025-08-29 940fcb428f0ce874123c1ac9fe0fc20db2d7db14
50 【主界面】核心主体 - 头像区显示
1个文件已修改
7 ■■■■ 已修改文件
Main/System/Main/MainWin.cs 7 ●●●● 补丁 | 查看 | 原始文档 | 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)
        {