This commit is contained in:
parent
b8a82fde32
commit
ce73cab708
@ -106,13 +106,13 @@ export class SysGift extends Component {
|
|||||||
if (!frb) return;
|
if (!frb) return;
|
||||||
let count = this.info.getChildByName('count');
|
let count = this.info.getChildByName('count');
|
||||||
|
|
||||||
if (frb.Finished == null) {
|
// if (frb.Finished == null) {
|
||||||
count.getComponent(Label).string = (countNum).toLocaleString();
|
count.getComponent(Label).string = (countNum).toLocaleString();
|
||||||
this.show(count);
|
this.show(count);
|
||||||
} else {
|
// } else {
|
||||||
count.getComponent(Label).string = (countNum).toLocaleString();
|
// count.getComponent(Label).string = (countNum).toLocaleString();
|
||||||
this.show(count);
|
// this.show(count);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user