diff --git a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoyaoHeroGetPopup.lua b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoyaoHeroGetPopup.lua index 85023c4819..c4310108b1 100644 --- a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoyaoHeroGetPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoyaoHeroGetPopup.lua @@ -160,7 +160,7 @@ end function XiaoyaoHeroGetPopup:OnShow() curIndex = XiaoYaoManager.GetHeroIndex < 1 and 1 or XiaoYaoManager.GetHeroIndex heroData = XiaoYaoManager.GetHeroDatas() - + this.talentBtn:GetComponent("Image").sprite = Util.LoadSprite("r_hero_tianfu1") if not heroData or #heroData < 1 then this:ClosePanel() return