【跨服排行】

dev_chengFeng
zhangqiang 2021-07-30 19:20:53 +08:00
parent c1e192943c
commit fa203e1dc8
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ function this.SetInfoShow(go,data,rankType,nameText)
elseif rankType == RANK_TYPE.FIGHTLEVEL_STAR or rankType == RANK_TYPE.JUMPSERVER_FIGHTLEVEL_STAR then--山河社稷图星星
FightLeveStar:SetActive(true)
if nameText then
nameText:GetComponent("Text").text = "<size=40%>"..data.userName.."</size>"
nameText:GetComponent("Text").text = data.userName
end
Util.GetGameObject(FightLeveStar,"Text"):GetComponent("Text").text = data.rankInfo.param1
end