Swiper中文论坛
标题:
自定义分页器如何同时显示多个页签
[打印本页]
作者:
renkuo_
时间:
2019-7-29 19:30
标题:
自定义分页器如何同时显示多个页签
d05264b4b3fe8158291e2da0e49adf9.png
(26.36 KB, 下载次数: 161)
下载附件
保存到相册
2019-7-29 19:29 上传
配置dynamicMainBullets不好用
let
mySwiper
=
new
Swiper
(
".swiper-container"
, {
loop:
true
,
pagination:
{
el:
'.swiper-pagination'
,
dynamicBullets:
true
,
dynamicMainBullets:
3
,
clickable:
true
,
type:
'custom'
,
renderCustom
:
function
(
swiper
,
current
,
total
) {
return
'<span class="pagination_swiper">'
+
current
+
'</span>'
;
},
}
});
作者:
renkuo_
时间:
2019-7-30 14:13
有人吗?????求告知奥
作者:
renkuo_
时间:
2019-8-6 16:44
有人吗求告知
欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/)
Powered by Discuz! X3.2