车迟结算界面积分修改提交

jiaoyangna 2022-03-10 18:17:44 +08:00
parent 18e5994279
commit 1e39c04f7d
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ end
function this.GuildCarDelayShow()
if GuildCarDelayManager.score and GuildCarDelayManager.hurt then
this.guildCarDelaysoreNum.text =GuildCarDelayManager.score
this.guildCarDelaysoreNum.text = PrintWanNum3(GuildCarDelayManager.score)
this.guildCarDelayhurtNum.text = GuildCarDelayManager.hurt
end
end