冲榜活动关卡排行显示修改
parent
f52d33ce9a
commit
1a179f52a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue