diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ChooseUpHero.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ChooseUpHero.lua index b49a8c6b79..48f01b06a4 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ChooseUpHero.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ChooseUpHero.lua @@ -133,7 +133,7 @@ function this.SingleHeroDataShow(go,_heroData,_index) proIcon.gameObject:SetActive(false) starGrid:SetActive(false) end - if curPage == 5 then + if curPage ~= 5 then frame.sprite = this.spLoader:LoadSprite(GetHeroQuantityImageByquality(heroData.Quality,heroData.Star)) else frame.sprite = this.spLoader:LoadSprite("t_tongyong_topkaung")