Commit 04dd7a05 authored by Chen Jiping's avatar Chen Jiping

fix:修复横线值无法清空的问题

parent 84f5b73b
......@@ -1103,13 +1103,13 @@ export class PlayComponent implements OnInit, OnDestroy {
}
letterItem.lineIndex = lineIndex;
if (!lineSpr || lineSpr.answered) {
back();
return;
}
letterItem.lineIndex = lineIndex;
this.playAudio('right', true);
lineSpr.answered = true;
......
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