Commit 84efdfaa authored by liujiaxin's avatar liujiaxin

xcvdx

parent ee3b3eeb
...@@ -78,10 +78,11 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges { ...@@ -78,10 +78,11 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges {
this.audio.pause(); this.audio.pause();
this.audio.currentTime = 0; this.audio.currentTime = 0;
this.isPlaying = false; this.isPlaying = false;
this.changeDetectorRef.markForCheck();
window["air"].hideAirClassLoading(this.saveKey, this.data); this.changeDetectorRef.detectChanges();
this.refresh(); this.refresh();
window["air"] && window["air"].hideAirClassLoading(this.saveKey, this.data);
}, this.saveKey); }, this.saveKey);
} }
......
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