视频回放

This commit is contained in:
yanran200730
2022-04-15 14:41:07 +08:00
parent 3d27008b40
commit f42f6a165d
2 changed files with 216 additions and 161 deletions

View File

@@ -14,7 +14,7 @@
style="width: 100%; height: 100%;"
:src="`https://cdn.cunwuyun.cn/slw2.0/index.html?url=${src}`">
</iframe>
<div class="slw-bottom">
<div class="slw-bottom" v-if="isShowBar">
<Timeline class="Timeline" @pause="isLiveing = false" :isLiveing="isLiveing" :width="width" ref="timeline" :style="{width: width}"></Timeline>
<div class="action-bar">
<div class="left">
@@ -86,7 +86,7 @@
import Timeline from './Timeline'
export default {
props: ['src', 'name'],
props: ['src', 'name', 'isShowBar'],
name: 'slwVideo',