【四灵试炼】排行榜从第二名开始所有人的名字都变成“胆子超级大”第一名正常

dev_chengFeng
jiaoyangna 2021-03-11 14:52:12 +08:00
parent a5dcdd4e7f
commit 8cf7fb6b2e
1 changed files with 3 additions and 0 deletions

View File

@ -432,6 +432,9 @@ function this.SetInfoShow(go,data,rankType,Value0)
end
elseif rankType == RANK_TYPE.PERSON_CHALLENGE then
if data.rankInfo.param1 and data.rankInfo.param1 > 0 then
if Value0 then
Value0:GetComponent("Text").text = "<size=40%>"..data.userName.."</size>"
end
fight:SetActive(true)
fight:GetComponent("Text").text = "层数:"..data.rankInfo.param1
end