轮播图:

  

        <view class="uni-padding-wrap">
            <view class="page-section swiper">
                <view class="page-section-spacing">
                    <swiper class="swiper" 
                        :indicator-dots="indicatorDots" 
                        :autoplay="autoplay" 
                        :interval="interval" 
                        :duration="duration" 
                        indicator-color="rgb(238,238,238,0.3)" 
                        indicator-active-color="#fff">
                        <swiper-item  :key="item.deputyid" v-for="item in swiperDatas">
                            <view class="swiper-item uni-bg-red" :style="{backgroundImage: 'url(' + item.img + ')'}" >
                                <view class="swiper-item-title">{{item.title}}</view>
                            </view>
                        </swiper-item>
                    </swiper>
                </view>
            </view>
        </view>

DCloud 插件市场swiperDot 轮播图指示点

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-01-07
  • 2021-12-15
  • 2021-09-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案