Commit 39e81a8f authored by liujiaxin's avatar liujiaxin

asdas

parent bfa874ef
......@@ -129,6 +129,7 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
}
});
this.index = this.blankindex[this.indexnum];
}
add(i) {
......@@ -178,6 +179,9 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
}
}
this.index = this.blankindex[this.indexnum];
this.changeDetectorRef.markForCheck();
this.changeDetectorRef.detectChanges();
this.refresh();
}
playSpellingAudio() {
......
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