微信小程序轮播图的制作与跳转

  <!--轮播图 -->
  <view class='swiperBanner'>
    <swiper indicator-dots='{{indicatorDots}}' autoplay='{{autoplay}}' interval='{{interval}}' duration='{{duration}}' circular='{{circular}}'>
      <swiper-item  wx:for="{{imgUrls}}" wx:key='{{index}}'>
        <navigator url='{{item.link}}'>
          <image src="{{item.url}}" class="slide-image" mode="aspectFill"></image>
        </navigator>  
      </swiper-item>
    </swiper>
  </view>
</view>

  

/* 轮播 */
.swiperBanner{
  width:100%;
  height:420rpx !important;
  margin:0 auto;  
}
.swiperBanner image{
  width:100%;
  height:420rpx !important;
}
swiper {
  width:100%;
  height:420rpx !important;
}

  

 indicatorDots:false,
    autoplay:true,
    interval:3000,
    duration: 800,
    circular:true,
     // 轮播图
    imgUrls: [
      {
        link:'../activity/washCar1/index/index',
        url:'https://ttcf.cheleu.com/static/ttcf/img/banner8.png',

      },
      {
        link: '../activity/Odysseus/index/index',
        url: 'https://ttcf.cheleu.com/static/ttcf/img/banner9.png',

      },
      // "https://ttcf.cheleu.com/static/ttcf/img/banner8.png",
      // "https://ttcf.cheleu.com/static/ttcf/img/banner9.png",

    ],

  

转载于:https://www.cnblogs.com/xinheng/p/10244642.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值