|
@@ -33,9 +33,9 @@
|
|
|
<dd class="two-code-box">微信公众号<i class="two-dimensional-code"></i></dd>
|
|
|
<!--<dd>新浪微博</dd>-->
|
|
|
</dl>
|
|
|
- <dl>
|
|
|
+ <dl v-if="hotList.length">
|
|
|
<dt>热门新闻</dt>
|
|
|
- <dd v-for="item in hotList" :key="item.iiId" @click="checkNews(item)">{{item.title}}</dd>
|
|
|
+ <dd v-for="item in hotList" :key="item.iiId" @click="checkNews(item)">{{item.biaoqian}}</dd>
|
|
|
</dl>
|
|
|
</div>
|
|
|
<div class="contact-right-box">
|