diff --git a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua index 707beb6f20..cac830e031 100644 --- a/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/HandBook/HandBookHeroInfoPanel.lua @@ -196,6 +196,9 @@ end --刷新页签数据 function this:UpdateHeroInfoData() + for k,v in pairs(this.PageList) do + v:OnHide() + end local starSize = Vector2.New(60,60) SetHeroStars(this.starGrid, _curStar,2,starSize,-10,Vector2.New(0.5,0.5)) this.heroName.text = GetLanguageStrById(heroConFigData.ReadingName)