Main/System/HeroUI/HeroTrainBaseWin.cs
@@ -63,7 +63,8 @@ return; } var config = HeroManager.Instance.GetHero(HeroUIManager.Instance.selectHeroGuid).heroConfig; tabButtons[2].SetActive(config.SkinIDList.Length > 1); // 仅默认皮肤可显示(所有非默认皮肤均未到开服天数)时隐藏时装入口 tabButtons[2].SetActive(HeroUIManager.HasHeroAnyAvailableSkin(config.HeroID)); }