This commit is contained in:
parent
b8a82fde32
commit
ce73cab708
@ -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);
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user