Commit 1fd6789c authored by liujiaxin's avatar liujiaxin

sadf

parent 3c19c36f
......@@ -79,7 +79,7 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
setTimeout(() => {
this.refresh();
}, 500);
}, this.saveKey);
}, this.saveKey);
this.refresh();
......@@ -118,6 +118,7 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
}
load() {
this.blankindex.length = 0;
this.words = _.get(this.data.contentObj.wordnum[this.num], 'words', []);
this.words.forEach((value, index) => {
if (value.selected === 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