视频回放
This commit is contained in:
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user