描述修改提交
parent
18e4652994
commit
5f3e305613
|
@ -96,7 +96,7 @@ function this.OnTabChange(index)
|
|||
this.text.text = Language[10103]..rank
|
||||
end)
|
||||
if type == RANK_TYPE.GOLD_EXPER then
|
||||
this.text2.text = string.format("前10名奖励需个人贡献值需达到%s分才能获取", 2500)
|
||||
this.text2.text = string.format("前10名奖励需个人贡献值达到%s分才能获取", 2500)
|
||||
this.text2.color = UIColor.RED
|
||||
end
|
||||
elseif curRankType == 3 then
|
||||
|
|
Loading…
Reference in New Issue