vue swiper点击后返回不能自动播放

解决方法: 在返回时重新开启轮播

组件中:

<swiper :options="swiperOption" ref="mySwiper" :class="ifSlide?'':'swiper-no-swiping'">
        <swiper-slide v-for="(picitem,index) in swiperList" :key="index">
            <img :src="picitem.imgpath" :gid="picitem.gid" :type="picitem.type" :bigsort="picitem.bigsort" alt="" style="display:inline-block;width:100%;height:100%;">
        </swiper-slide>
        <div class="swiper-pagination" slot="pagination"></div>
</swiper>

data中:

option:{
      notNextTick: true,
      loop: true,
      autoplay: 3000,
      speed: 800,
      direction: 'horizontal',
      grabCursor: true,
      setWrapperSize: true,
      autoHeight: true,
      autoplayDisableOnInteraction: false,
      pagination: '.swiper-pagination',
      paginationClickable: true,
      mousewheelControl: true,
      observer: true,  //启动动态检查器,当改变swiper的样式(例如隐藏/显示)或者修改swiper的子元素时,自动初始化swiper。
      observeParents: true,
      debugger: true
},
swiperOption:{ }
created() { 
      this.initSwiper();
},
methods:{
      initSwiper: function() {
          this.swiperOption = option;
      }
}

 

转载于:https://www.cnblogs.com/linjiangxian/p/11457565.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值