mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-14 07:55:27 +08:00
修复播放完在线解析的视频后无法播放m3u8的问题
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="title">
|
||||
<span v-if="this.right.list.length > 1">『第 {{(video.info.index + 1)}} 集』</span>{{name}}
|
||||
</div>
|
||||
<div class="player" v-if="!onlineUrl">
|
||||
<div class="player" v-show="!onlineUrl">
|
||||
<div id="xgplayer"></div>
|
||||
</div>
|
||||
<div class="iframePlayer" v-if="onlineUrl" style='width:100%;height:100%;'>
|
||||
|
||||
Reference in New Issue
Block a user