This commit is contained in:
haoouba
2021-02-18 13:13:49 +08:00
parent 8ea1bd4df2
commit 4fba3b24a2
2 changed files with 1 additions and 4 deletions

View File

@@ -43,7 +43,7 @@
<?php if (!$this->hidden && $this->fields->video) : ?>
<div class="joe_detail__article-video">
<div class="play">
<div class="title">正在播放:</div>
<div class="title">播放预览</div>
<div class="box">
<iframe allowfullscreen="true" data-player="<?php echo $this->options->JCustomPlayer ? $this->options->JCustomPlayer : '/usr/themes/Joe/library/player.php?url=' ?>"></iframe>
</div>