【化虚坛】未翻译

dev_chengFeng
ZhangBiao 2021-04-07 11:20:58 +08:00
parent 58d20c0bd3
commit 704dd1ffa5
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ function this.SingleHeroDataShow(_go,_heroData)
local progress1 = Util.GetGameObject(go.transform, "progressBg/progress1")--红
local progress2 = Util.GetGameObject(go.transform, "progressBg/progress2")--蓝
local progressText = Util.GetGameObject(go.transform, "progressBg/progressText"):GetComponent("Text")
Util.GetGameObject(go.transform, "Text"):GetComponent("Text").text = heroData.config.ReadingName
Util.GetGameObject(go.transform, "Text"):GetComponent("Text").text = GetLanguageStrById(heroData.config.ReadingName)
local num = LengthOfTable(heroData.haveHeroList2)/heroData.needNum
progress1:SetActive(LengthOfTable(heroData.haveHeroList2) < heroData.needNum)
progress2:SetActive(LengthOfTable(heroData.haveHeroList2) >= heroData.needNum)