宣传资讯

This commit is contained in:
shijingjing
2022-07-08 11:22:57 +08:00
parent d69855bc7c
commit 380d4af8aa
3 changed files with 30 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<div class="news-detail" v-if="pageShow">
<div class="detail-top" :class="[info.videoFile ? 'detail-top__active' : '']">
<h2>{{ info.title }}</h2>
<p><span>通知公告</span>{{ $dateFormat(info.createTime) }}</p>
<p><span>{{ info.categoryName }}</span>{{ $dateFormat(info.createTime) }}</p>
<u-parse :html="info.content" style="margin-top: 20px;"/>
</div>
<div class="accessory-list" v-if="info.files.length">