|
@@ -138,6 +138,23 @@
|
|
<a rel="nofollow" class="free-trial-default-btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank">免费试用</a>
|
|
<a rel="nofollow" class="free-trial-default-btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank">免费试用</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+ <!-- 新闻资讯 -->
|
|
|
|
+ <div class="platform-news-information">
|
|
|
|
+ <div class="client-container">
|
|
|
|
+ <h4 class="client-title">新闻资讯</h4>
|
|
|
|
+ <ul>
|
|
|
|
+ <li style="font-size: 16px" v-for="(item, index) in topCarousels">
|
|
|
|
+ <div>
|
|
|
|
+ <img :src="topCarousels[0].pic" alt="新闻资讯" />
|
|
|
|
+ <h4>{{item.title}}<i></i></h4>
|
|
|
|
+ <span>发布时间:{{item.yyyy }}-{{ item.mmdd }}</span>
|
|
|
|
+ <p>{{ item.intro }}</p>
|
|
|
|
+ </div>
|
|
|
|
+ </li>
|
|
|
|
+ </ul>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|