修改首页广播背景色
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<swiper class="swiper" interval='5000' circular autoplay vertical indicator-dots="false">
|
||||
<swiper-item class="item" v-for="(item, index) in newsList" :key="index"
|
||||
@click="newsClick(item)">
|
||||
<view class="swiper-item uni-bg-red">{{item.title}}</view>
|
||||
<view class="swiper-item">{{item.title}}</view>
|
||||
</swiper-item>
|
||||
|
||||
</swiper>
|
||||
|
||||
Reference in New Issue
Block a user