From ce73cab7087e1ad0d491069ea8d392d53a102644 Mon Sep 17 00:00:00 2001 From: TJH Date: Wed, 3 Dec 2025 11:30:12 +0800 Subject: [PATCH] 1 --- assets/Game/scripts/game/SysGift.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/Game/scripts/game/SysGift.ts b/assets/Game/scripts/game/SysGift.ts index 5c6e01e..b806998 100644 --- a/assets/Game/scripts/game/SysGift.ts +++ b/assets/Game/scripts/game/SysGift.ts @@ -106,13 +106,13 @@ export class SysGift extends Component { if (!frb) return; let count = this.info.getChildByName('count'); - if (frb.Finished == null) { - count.getComponent(Label).string = (countNum).toLocaleString(); - this.show(count); - } else { - count.getComponent(Label).string = (countNum).toLocaleString(); - this.show(count); - } + // if (frb.Finished == null) { + count.getComponent(Label).string = (countNum).toLocaleString(); + this.show(count); + // } else { + // count.getComponent(Label).string = (countNum).toLocaleString(); + // this.show(count); + // } }