var swiper = new Swiper('.swiper-container', {
pagination : '.swiper-pagination',
paginationClickable : true,
onTransitionEnd : function(swiper) {
alert(1)
if (swiper.activeIndex == 1) {
document.getElementById("yearAudio").play();
} else {
document.getElementById("yearAudio").pause();
}
}
});
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
开发环境是app?还是web?