This commit is contained in:
杜恒 2021-04-28 17:31:10 +08:00
parent 37859ddf68
commit 6147a800cb

View File

@ -1,4 +1,4 @@
<div class="joe_detail__article"> <article class="joe_detail__article">
<?php if (!$this->hidden && $this->fields->video) : ?> <?php if (!$this->hidden && $this->fields->video) : ?>
<div class="joe_detail__article-video"> <div class="joe_detail__article-video">
<div class="play"> <div class="play">
@ -37,4 +37,4 @@
<?php else : ?> <?php else : ?>
<?php _parseContent($this, $this->user->hasLogin()) ?> <?php _parseContent($this, $this->user->hasLogin()) ?>
<?php endif; ?> <?php endif; ?>
</div> </article>