Commit 2a75e4e5 authored by youjie's avatar youjie

no message

parent 1cd276b5
......@@ -93,8 +93,8 @@
:src="FileUrlList[slide-1].FileUrl" fill="contain"/>
<div v-show="FileUrlList[slide-1].FileType==2" class="carousel1-rightImg carousel1-rightV relative"
:class="[oldCoverImg!=coverImg?'active':'']">
<!-- :autoplay="PlayBack" -->
<video :src="FileUrlList[slide-1].FileUrl" muted controls
<!-- :autoplay="PlayBack" controls -->
<video :src="FileUrlList[slide-1].FileUrl" muted
ref="videoPlayer"
@timeupdate="(event)=>handleTimeUpdate(event,`videoPlayer`)"
@ended="(event)=>handleEnded(event,`videoPlayer`)"
......
......@@ -52,7 +52,8 @@
<img class="absolute inSliMLogo" v-if="plugData.MLogo" :src="plugData.MLogo"
style="width: 35px;background: rgba(25,25,25,0);"/>
</template>
<video :src="item.FileUrl" muted controls
<!-- controls -->
<video :src="item.FileUrl" muted
:ref="`videoPlayerSli${index+1}`"
@timeupdate="(event)=>handleTimeUpdate(event,`videoPlayerSli${index+1}`,index)"
@ended="(event)=>handleEnded(event,`videoPlayerSli${index+1}`,index)"
......
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