Commit cf0a0b26 authored by Chen Jiping's avatar Chen Jiping

完善

parent 8c6bda2d
......@@ -1471,7 +1471,7 @@ export class PlayComponent implements OnInit, OnDestroy {
this.endPageArr.push(prompt);
let prompt_val = new Label();
prompt_val.text = (this.nextPracticeIndex - 1) + " | " + this.data.practices.length;
prompt_val.text = this.nextPracticeIndex + " | " + this.data.practices.length;
prompt_val.textAlign='middle';
prompt_val.fontSize = 50;
prompt_val.fontName = "ARIALBD";
......
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