|
|
@@ -56,7 +56,7 @@ export default class ProductReward extends cc.Component {
|
|
|
this.node_Uncomplete.active = false;
|
|
|
this.node_complete.active = true;
|
|
|
}
|
|
|
- this.lbl_progress.string = (com / count).toString();
|
|
|
+ this.lbl_progress.string = `${com}/${count}`;
|
|
|
this.sp_taskProgress.fillRange = com / count;
|
|
|
}
|
|
|
|