语法错误
parent
6faa7a29ae
commit
1dd774601a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue