Commit f6905160 authored by liujiangnan's avatar liujiangnan

fix: 进度条

parent 4f9248a4
......@@ -53,6 +53,10 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
this.refresh();
}, this.saveKey);
setInterval(() => {
this.refresh();
}, 1000);
}
ngOnDestroy() {
......
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