var swiper = new Swiper('.swiper-container', {
on: {
touchStart: function(event){
event.stopPropagation()
},
},
});
博客聚焦于swiper滑动时a标签误触导致跳转的问题,并给出简单粗暴的解决办法,属于前端开发中页面交互方面的内容。
var swiper = new Swiper('.swiper-container', {
on: {
touchStart: function(event){
event.stopPropagation()
},
},
});
3039
5360
5269

被折叠的 条评论
为什么被折叠?