|
|
|
@ -45,7 +45,7 @@
|
|
|
|
<!-- 消息播放 -->
|
|
|
|
<!-- 消息播放 -->
|
|
|
|
<view class="message-play" @tap="onNewsPage">
|
|
|
|
<view class="message-play" @tap="onNewsPage">
|
|
|
|
<image src="/static/images/icon/horn.png" class="hornpng"></image>
|
|
|
|
<image src="/static/images/icon/horn.png" class="hornpng"></image>
|
|
|
|
<swiper vertical="true" autoplay="true" duration="1000" class="swiper-cont">
|
|
|
|
<swiper :vertical="true" :autoplay="true" :circular="true" duration="1000" class="swiper-cont">
|
|
|
|
<block v-for="(item, index) in news" :key="index">
|
|
|
|
<block v-for="(item, index) in news" :key="index">
|
|
|
|
<swiper-item class="items">{{item.title}}</swiper-item>
|
|
|
|
<swiper-item class="items">{{item.title}}</swiper-item>
|
|
|
|
</block>
|
|
|
|
</block>
|
|
|
|
|