标签:sel 数据 als 动态 reload 设置 显示 use test
layui.use(‘carousel‘, function() { var carousel = layui.carousel; var ins = carousel.render({ elem: ‘#test1‘, width: ‘100%‘, //设置容器宽度 height: ‘100%‘, arrow: ‘always‘, //始终显示箭头 //,anim: ‘updown‘ //切换动画方式 autoplay: false }); //重置轮播 ins.reload({ elem: ‘#test1‘, width: ‘100%‘, //设置容器宽度 height: ‘100%‘, arrow: ‘always‘, //始终显示箭头 //,anim: ‘updown‘ //切换动画方式 autoplay: false }); });
需要在最后重置一下轮播
标签:sel 数据 als 动态 reload 设置 显示 use test
原文地址:https://www.cnblogs.com/Byme/p/10138766.html