PC-202302260912\Administrator 2025-05-02 13:30:25 +08:00
parent bc3a4457b9
commit c5fecd8770
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ function this.SetInfoShow(go,data,rankType,name)
name:GetComponent("Text").text = data.userName
end
local config = G_AlameinLevel[tonumber(data.rankInfo.param2)]
Util.GetGameObject(go, "alameinStage"):GetComponent("Text").text = string.format(GetLanguageStrById(22416), config.AlameinId) .. GetLanguageStrById(config.Name)
Util.GetGameObject(go, "alameinStage"):GetComponent("Text").text = string.format(GetLanguageStrById(22416), config.AlameinId) .." ".. GetLanguageStrById(config.Name)
end
elseif rankType == RANK_TYPE.HERO_FORCE_RANK then
if data.rankInfo.param1 and data.rankInfo.param1 > 0 then