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); + // } }