神将来源定位描述错误修改

dev_chengFeng
jiaoyangna 2021-07-02 12:11:29 +08:00
parent 11fe33f664
commit 82f1650edf
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ function RewardItemSingleShowPopup:OnShow()
this.armorTitle.gameObject:SetActive(true)
this.armorDesc.gameObject:SetActive(true)
this.armorTitle.text = string.format("<size=45><color=#FBCC99>%s</color></size>",itemConfigData.Name)
this.armorDesc.text = string.format("<size=37><color=#FFCC00>%s</color></size>",heroConfig.HeroLocationDesc4)
this.armorDesc.text = string.format("<size=37><color=#FFCC00>%s</color></size>",heroConfig.HeroLocationDesc1)
this.armorType.gameObject:SetActive(false)
this.armorLanTuNum.gameObject:SetActive(false)
this.posIcon.sprite =this.spLoader:LoadSprite(GetHeroPosStr(heroConfig.Profession))