冲榜活动关卡排行显示修改

tcx_xiyou_bt_dev
wangzhenxing 2024-06-28 14:44:42 +08:00
parent f52d33ce9a
commit 1a179f52a8
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ function this.UpdateRankInfo(go,data)
Util.GetGameObject(go,"warPower/Text"):GetComponent("Text").text = data.rankInfo.param1
elseif rankType==RANK_TYPE.FIGHT_LEVEL_RANK or rankType==RANK_TYPE.Level_chong then --关卡排行
infoTxt.gameObject:SetActive(true)
infoTxt.text=string.format("第%s关",data.rankInfo.param1) --GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.MainLevelConfig,data.rankInfo.param1).Name)
infoTxt.text=GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.MainLevelConfig,data.rankInfo.param1).Name)
elseif rankType==RANK_TYPE.MONSTER_RANK or rankType==RANK_TYPE.Demons_chong then --心魔试炼
infoTxt.gameObject:SetActive(true)
infoTxt.text=Language[11689].. data.rankInfo.param1