宣传资讯
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<div class="item" v-for="(item,index) in newsList" :key="index" v-if="newsList.length" @click="toDetail(item.id)">
|
||||
<div class="left">
|
||||
<h2>{{ item.title }}</h2>
|
||||
<p><span>通知公告</span>{{ item.createTime }}</p>
|
||||
<p><span>{{ item.categoryName }}</span>{{ item.createTime }}</p>
|
||||
</div>
|
||||
<div class="right" v-if="item.pictureUrl.length">
|
||||
<img :src="item.pictureUrl" alt="">
|
||||
|
||||
Reference in New Issue
Block a user