语法错误

dev_chengFeng
zhangqiang 2021-03-01 16:56:52 +08:00
parent aef41d8157
commit d7f3fc25dd
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ function this.SetWeedOutRootInfo()
commonInfo.SetActive(false)
local tmData = ArenaTopMatchManager.GetBaseData()
this.WeedOutText.text = Language[10161]
this.WeedOutMyRankText.text =Language[10103].. tmData.myrank <= 0 and Language[10036] or ArenaTopMatchManager.GetRankNameByRank(tmData.myrank)
this.WeedOutMyRankText.text =Language[10103] .. (tmData.myrank <= 0 and Language[10036] or ArenaTopMatchManager.GetRankNameByRank(tmData.myrank))
this.WeedOutBestRank.text = Language[10162]
this.WeedOutBestRankText.text = tmData.maxRank <= 0 and Language[10086] or this.GetRankName(tmData.maxRank)
end