【踏碎凌霄】排行榜

dev_chengFeng
zhangqiang 2021-05-28 18:26:01 +08:00
parent 46a7f519fb
commit cb7a727901
1 changed files with 2 additions and 2 deletions

View File

@ -505,11 +505,11 @@ function this.SetInfoShow(go,data,rankType,Value0)
end
elseif rankType == RANK_TYPE.TASUILINGXIAO then--踏碎凌霄排行
if data.rankInfo.param1 and data.rankInfo.param1 > 0 then
FightLeveStar:SetActive(true)
fight:SetActive(true)
if Value0 then
Value0:GetComponent("Text").text = "<size=40%>"..data.userName.."</size>"
end
Util.GetGameObject(FightLeveStar,"Text"):GetComponent("Text").text = data.rankInfo.param1
Util.GetGameObject(go,"fight"):GetComponent("Text").text = "伤害:"..PrintWanNum2(data.rankInfo.param1)
end
end
end