微信小程序 swiper禁止手动切换
微信小程序 swiper禁止手动切换
给swiper设置catchtouchmove为true,设置swiper-item的catchtouchmove返回false
{{item.name}}
stopChange() {
return false
}
更多微信小程序知识点,查看
给swiper设置catchtouchmove为true,设置swiper-item的catchtouchmove返回false
{{item.name}}
stopChange() {
return false
}
更多微信小程序知识点,查看