Revert "许愿神将修改提交"

This reverts commit fbd1c9aa43.
dev_chengFeng
jiaoyangna 2022-01-17 11:18:55 +08:00
parent 501d3758fd
commit 4abe2d4203
1 changed files with 5 additions and 1 deletions

View File

@ -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)