parent
501d3758fd
commit
4abe2d4203
|
@ -133,7 +133,11 @@ function this.SingleHeroDataShow(go,_heroData,_index)
|
|||
proIcon.gameObject:SetActive(false)
|
||||
starGrid:SetActive(false)
|
||||
end
|
||||
frame.sprite = this.spLoader:LoadSprite("t_tongyong_topkaung")
|
||||
if curPage ~= 5 then
|
||||
frame.sprite = this.spLoader:LoadSprite(GetHeroQuantityImageByquality(heroData.Quality,heroData.Star))
|
||||
else
|
||||
frame.sprite = this.spLoader:LoadSprite("t_tongyong_topkaung")
|
||||
end
|
||||
this.choosedList[go] = choosed
|
||||
this.choosedList[go]:SetActive( heroData.Id==currHeroId)
|
||||
|
||||
|
|
Loading…
Reference in New Issue