Commit 8e98183e by Tianqing Liu

feat: h5播放器暴露方法

1 parent f69e4e60
......@@ -61,6 +61,11 @@ export default {
created() {
// this.init();
},
mounted() {
window.playWebVideo = this.playWebVideo;
window.stopPlay = this.stopPlay;
window.screenshot = this.screenshot;
},
methods: {
// 时间线改变
videoTimeChange(val) {
......
......@@ -533,7 +533,7 @@ export default {
align-items: center;
font-size: 14px;
color:#fff;
width: 76px;
width: 80px;
.day-select-btn-icon{
margin-left: 2px;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!