|
@@ -138,7 +138,7 @@
|
|
<ul>
|
|
<ul>
|
|
<li style="font-size: 16px" v-for="(item, index) in topCarousels">
|
|
<li style="font-size: 16px" v-for="(item, index) in topCarousels">
|
|
<div>
|
|
<div>
|
|
- <img :src="topCarousels[0].pic" alt="新闻资讯" />
|
|
|
|
|
|
+ <img :src="item.pic" alt="新闻资讯" />
|
|
<h4 @click="checkInfo(item)">{{ item.title }}</h4>
|
|
<h4 @click="checkInfo(item)">{{ item.title }}</h4>
|
|
<span>发布时间:{{item.yyyy }}-{{ item.mmdd }}</span>
|
|
<span>发布时间:{{item.yyyy }}-{{ item.mmdd }}</span>
|
|
<p>{{ item.intro }}</p>
|
|
<p>{{ item.intro }}</p>
|