diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleEquipPanel.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleEquipPanel.lua index ce4ef6baaa..7c70ae6127 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleEquipPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleEquipPanel.lua @@ -572,6 +572,7 @@ function this.ShowHeroEquip() SetHeroBg(this.spLoader, Util.GetGameObject(this.transform, "bg/heroInfo"),Util.GetGameObject(this.transform, "bg/heroInfo/bg"), curHeroData.star) this.heroLv.text = curHeroData.lv this.heroIcon.sprite = this.spLoader:LoadSprite(curHeroData.painting) + SetHEeroLiveToward(this.heroIcon,curHeroData.heroConfig.Toward) this.heroProIcon.sprite = this.spLoader:LoadSprite(GetProStrImageByProNum(curHeroData.heroConfig.PropertyName)) local star,starType = curHeroData.GetStar(1) local starScale = -10