【玉虚论道】======战斗信息界面报错修改提交
parent
cf6837cbba
commit
c04ee81117
|
@ -565,7 +565,7 @@ function this.SetTeamInfo(_go,teamData,type)
|
|||
teamList[hero.position].proIcon.sprite = this.spLoader:LoadSprite(GetProStrImageByProNum(heroConfig.PropertyName))
|
||||
teamList[hero.position].levelText.text = hero.level
|
||||
teamList[hero.position].frame.sprite = this.spLoader:LoadSprite(GetQuantityImageByquality(heroConfig.Quality, hero.star))
|
||||
SetHeroIcon(this.spLoader, teamList[hero.position].icon,heroConfig)
|
||||
SetHeroIcon(this.spLoader, hero,teamList[hero.position].icon,heroConfig)
|
||||
--local heroData = {}
|
||||
-- Util.AddOnceClick(teamList[i].frameBtn, function()
|
||||
-- NetManager.ViewHeroInfoRequest(self.playerId,hero.heroid,1,PLAYER_INFO_VIEW_TYPE.NORMAL,function(msg)
|
||||
|
|
Loading…
Reference in New Issue