1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 43s

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

View File

@ -106,13 +106,13 @@ export class SysGift extends Component {
if (!frb) return;
let count = this.info.getChildByName('count');
if (frb.Finished == null) {
// if (frb.Finished == null) {
count.getComponent(Label).string = (countNum).toLocaleString();
this.show(count);
} else {
count.getComponent(Label).string = (countNum).toLocaleString();
this.show(count);
}
// } else {
// count.getComponent(Label).string = (countNum).toLocaleString();
// this.show(count);
// }
}