hch
昨天 b5c4db7359ef92000a5969651e68e71e044625e4
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);