Merge branch 'master_xma_local' of http://60.1.1.230/gaoxin/JL_Client into master_xma_local

dev_chengFeng
gaoxin 2020-11-17 20:39:38 +08:00
commit 77934cd274
1 changed files with 1 additions and 1 deletions

View File

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