Commit 84efdfaa authored by liujiaxin's avatar liujiaxin

xcvdx

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