Browse Source

首页图片轮播时间

master
邓宏 2 years ago
parent
commit
4f32d13ea6
  1. 2
      pages/home/index.vue

2
pages/home/index.vue

@ -267,7 +267,7 @@
</style>
<template>
<view class="container">
<swiper autoplay :interval="10*1000" v-if="headImgs.length>0" class="headImg" circular>
<swiper autoplay :interval="5*1000" v-if="headImgs.length>0" class="headImg" circular>
<swiper-item v-for="(v,k) in headImgs" :key="k">
<u-image :src="`${host}/${v}`" width="100%" height="100%" mode="aspectFill">
<text slot="error" class="plant-xiaopangchetupianjiazaishibai"/>

Loading…
Cancel
Save