|
@@ -178,7 +178,7 @@
|
|
<img :src="item.pic" alt="新闻资讯" @click="checkInfo(item)"/>
|
|
<img :src="item.pic" alt="新闻资讯" @click="checkInfo(item)"/>
|
|
<div class="newsInfo-card-content" @click="checkInfo(item)">
|
|
<div class="newsInfo-card-content" @click="checkInfo(item)">
|
|
<h4>{{ item.title }}<i></i></h4>
|
|
<h4>{{ item.title }}<i></i></h4>
|
|
- <span>{{ item.yyyy }}{{ item.mmdd }}</span>
|
|
|
|
|
|
+ <span>{{ item.yyyy }}-{{ item.mmdd }}</span>
|
|
<p>{{ item.intro }}</p>
|
|
<p>{{ item.intro }}</p>
|
|
</div>
|
|
</div>
|
|
|
|
|