8 lines
286 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

提示需引入swiper.css和swiper.js
$('#picGroup').seeBigPicture({
initialSlide:index,//设定初始化时slide的索引
showButton:true,//是否显示左右按钮
showBottomPic:true,//是否将所有图片显示在底部
canSlide:true//是否可以左右滑动切换
})