修正关闭内嵌播放器bug

This commit is contained in:
buvta
2021-01-02 16:01:30 +08:00
parent 2b24ac7d0c
commit 0e0de8f23c

View File

@@ -3,7 +3,7 @@
<div class="box">
<div class="title">
<span v-if="this.right.list.length > 1"> {{(video.info.index + 1)}} </span>{{name}}
<span class="right" v-if="onlineUrl" @click="() => { onlineUrl = ''; state.showChannelList = true}">
<span class="right" v-if="onlineUrl" @click="() => { onlineUrl = ''; videoStop(); }">
<svg role="img" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-labelledby="closeIconTitle">
<title id="closeIconTitle">关闭</title>
<path d="M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575"></path>