mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-05-05 08:33:32 +08:00
修正关闭内嵌播放器bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user