【12.25 鸿蒙阵】

dev_chengFeng
guowei 2020-12-25 10:19:02 +08:00
parent a4d332e708
commit f652a13697
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ function GongMingResultTips:OnOpen(skinId)
for i = 1, #data do
if data[i].additionType == 1 then
print(data[i].value," ")
Util.GetGameObject(this.TextAll,"textDegree"):GetComponent("Text").text = string.format("<color=green>%d级</color>(%s)",data[i].value,ConfigManager.TryGetConfigData(ConfigName.HeroConfig, data[i].heroTid).ReadingName)
elseif data[i].additionType == 2 then
if data[i].value == -1 then