Commit 7d94ef20 authored by Chen Jiping's avatar Chen Jiping

完善

parent ad0ce13a
......@@ -1501,7 +1501,7 @@ export class PlayComponent implements OnInit, OnDestroy {
this.prompt.x = this.canvasWidth/2;
this.endPageArr.push(this.prompt);
this.prompt_val.text = (this.nextPracticeIndex + 1) + " / " + this.data.practices.length;
this.prompt_val.text = (this.nextPracticeIndex + 1) + " / " + this.data.practices.length;
this.prompt_val.refreshSize();
this.prompt_val.x = -this.prompt_val.getBoundingBox().width/2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment