tangwanqi1991
Results
2
issues of
tangwanqi1991
仔细看过文档,只有视频url的动态赋值,dp.switchVideo(),这个方法,文档中并没有发现给subtitle.url动态赋值的方法。请指点下,谢谢。
mounted() { this.dp = new DPlayer({ container: document.getElementById('dplayer'), video: {url:'', pic:''}, subtitle:{ url: '', type: 'webvtt', fontSize: '20px', bottom: '5%', color: '#ffffff', } }) }, methods:{ // 设置视频播放路径 setVideoUrl (e)...