Fix:2454 【商城小程序】康养首页--最新展会信息需要做自动轮播效果,3秒轮播一次
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
</view> -->
|
</view> -->
|
||||||
<view class="v12-justify-start v12-align-center news-wrap v12-radius-100">
|
<view class="v12-justify-start v12-align-center news-wrap v12-radius-100">
|
||||||
<view class="v12-font-bold v12-primary v12-white-text v12-mr-2 v12-pa-2 v12-radius-100 news-title">最新展会</view>
|
<view class="v12-font-bold v12-primary v12-white-text v12-mr-2 v12-pa-2 v12-radius-100 news-title">最新展会</view>
|
||||||
<swiper class="text-swpier " autoplay circular duration="500" interval="3000" >
|
<swiper vertical class="text-swpier " autoplay circular duration="500" interval="3000" >
|
||||||
<swiper-item v-for="(item, index) in sanctum" :key="index" class="v12-align-center" @click="toExpo(item.id)">
|
<swiper-item v-for="(item, index) in sanctum" :key="index" class="v12-align-center" @click="toExpo(item.id)">
|
||||||
<text class="v12-font-28 v12-dark-text one-t" >{{ item.name }}</text>
|
<text class="v12-font-28 v12-dark-text one-t" >{{ item.name }}</text>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user