Commit 5dd22a2b authored by liujiaxin's avatar liujiaxin

add video cover

parent 85966102
...@@ -16,9 +16,9 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni ...@@ -16,9 +16,9 @@ export class PlayComponent implements OnInit, OnDestroy, OnChanges, AfterViewIni
saveKey = 'ww_video'; saveKey = 'ww_video';
@ViewChild('videoNode') @ViewChild('videoNode', {static: true})
videoNodeRef: ElementRef; videoNodeRef: ElementRef;
@ViewChild('videoProgress') @ViewChild('videoProgress', {static: true})
videoProgressRef: ElementRef; videoProgressRef: ElementRef;
player: any; player: any;
progress = 0; progress = 0;
......
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