语法错误
parent
aef41d8157
commit
d7f3fc25dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue