Commit 1a414e7e authored by liujiangnan's avatar liujiangnan

fix: 加载页面

parent 8e43efc7
...@@ -77,6 +77,8 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges { ...@@ -77,6 +77,8 @@ 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;
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