UNI-APP_使用swiper轮播以及解决自动,手动切换页面抖动问题

swiperChange(e){
	let {current, source} = e.detail
	//只有页面自动切换,手动切换时才轮播,其他不允许
	if(source === 'autoplay' || source === 'touch'){
		 this.current = current;
	}
},

你可能感兴趣的:(#,UNI-APP,uni-app)