语法错误

dev_chengFeng
zhangqiang 2021-03-01 16:57:23 +08:00
parent 6faa7a29ae
commit 1dd774601a
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ function this.SetWeedOutRootInfo()
commonInfo.SetActive(false)
local tmData = ArenaTopMatchManager.GetBaseData()
this.WeedOutText.text = Language[12208]
this.WeedOutMyRankText.text =Language[10104].. tmData.myrank <= 0 and Language[10041] or ArenaTopMatchManager.GetRankNameByRank(tmData.myrank)
this.WeedOutMyRankText.text =Language[10104].. (tmData.myrank <= 0 and Language[10041] or ArenaTopMatchManager.GetRankNameByRank(tmData.myrank))
this.WeedOutBestRank.text = Language[12245]
this.WeedOutBestRankText.text = tmData.maxRank <= 0 and Language[10094] or this.GetRankName(tmData.maxRank)
end