为了账号安全,请及时绑定邮箱和手机立即绑定

swiper 循环滚动时,第一张slide无法显示

swiper 循环滚动时,第一张slide无法显示

开满天机 2018-09-03 14:13:30
var mySwiper = new Swiper('.swiper-container', {            speed: 1000,            loop: true,            observer:true,            observeParents:true,            autoplayDisableOnInteraction : false,            autoplay:1000,            onSlideChangeStart:function(swiper)            {                console.log(swiper.activeIndex)            }        });        <div class="swiper-slide" ng-repeat="img in imgs"><img class="img" src="{{img.pic}}"/></div>这是控制台打印的index:1 2 3 1 2 3 1 2 3...,index 0 无法显示。
查看完整描述

1 回答

?
慕的地10843

TA贡献1785条经验 获得超8个赞

使用回调方法中
oninit:funcation(){
//加载内容
}
方法加载一次第一页就可以了

查看完整回答
反对 回复 2018-10-10
  • 1 回答
  • 0 关注
  • 3537 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信