【踏碎凌霄】排行榜
parent
46a7f519fb
commit
cb7a727901
|
@ -505,11 +505,11 @@ function this.SetInfoShow(go,data,rankType,Value0)
|
||||||
end
|
end
|
||||||
elseif rankType == RANK_TYPE.TASUILINGXIAO then--踏碎凌霄排行
|
elseif rankType == RANK_TYPE.TASUILINGXIAO then--踏碎凌霄排行
|
||||||
if data.rankInfo.param1 and data.rankInfo.param1 > 0 then
|
if data.rankInfo.param1 and data.rankInfo.param1 > 0 then
|
||||||
FightLeveStar:SetActive(true)
|
fight:SetActive(true)
|
||||||
if Value0 then
|
if Value0 then
|
||||||
Value0:GetComponent("Text").text = "<size=40%>"..data.userName.."</size>"
|
Value0:GetComponent("Text").text = "<size=40%>"..data.userName.."</size>"
|
||||||
end
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue