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

微信小程序轮播图的制作与跳转_第1张图片微信小程序轮播图的制作与跳转_第2张图片

  
  
    
      
        
          
          
      
    
  

  

/* 轮播 */
.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

你可能感兴趣的:(微信小程序轮播图的制作与跳转)