【玉虚论道】======战斗信息界面报错修改提交

dev_chengFeng
wangzhenxing 2021-11-05 10:17:45 +08:00
parent cf6837cbba
commit c04ee81117
1 changed files with 1 additions and 1 deletions

View File

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