This commit is contained in:
TJH 2025-12-03 11:30:12 +08:00
parent b8a82fde32
commit 78e28485ba

View File

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