lcy
2026-03-12 b97ca7fc69d2cddeaf1af2d4e59ba4b413034784
Main/System/HeroUI/HeroCollectionLvUpWin.cs
@@ -95,8 +95,8 @@
        {
            // fullPanel.SetActive(true);
            lvupPanel.SetActive(state == 1);
            fullHeadCell.Init(HeroUIManager.Instance.selectCollectHeroID, config.SkinIDList[0], colData.BookStarLV);
            name3.text = colData.BookBreakLV == 0 ? config.Name : Language.Get("herocardbreaklv", config.Name, colData.BookBreakLV);
            fullHeadCell.Init(HeroUIManager.Instance.selectCollectHeroID, config.SkinIDList[0]);
            name3.text = config.Name;
            btn.SetActive(true);
@@ -109,8 +109,6 @@
            awardInfo.text = string.Empty;
            unActiveGo.SetActive(false);
            // titleText.text = Language.Get("HeroAwake12");
            int afterBreakLV = colData.BookBreakLV;
            int afterStarLV = colData.BookStarLV;
            if (state == 1)
            {
                lvupPanel.SetActive(true);