车迟结算界面积分修改提交
parent
18e5994279
commit
1e39c04f7d
|
@ -276,7 +276,7 @@ end
|
||||||
|
|
||||||
function this.GuildCarDelayShow()
|
function this.GuildCarDelayShow()
|
||||||
if GuildCarDelayManager.score and GuildCarDelayManager.hurt then
|
if GuildCarDelayManager.score and GuildCarDelayManager.hurt then
|
||||||
this.guildCarDelaysoreNum.text =GuildCarDelayManager.score
|
this.guildCarDelaysoreNum.text = PrintWanNum3(GuildCarDelayManager.score)
|
||||||
this.guildCarDelayhurtNum.text = GuildCarDelayManager.hurt
|
this.guildCarDelayhurtNum.text = GuildCarDelayManager.hurt
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue