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
saveKey = 'ww_video';
@ViewChild('videoNode')
@ViewChild('videoNode', {static: true})
videoNodeRef: ElementRef;
@ViewChild('videoProgress')
@ViewChild('videoProgress', {static: true})
videoProgressRef: ElementRef;
player: any;
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