这里的话是想做一个比较常见的左右滑动更改tab的效果,引用了uview-ui中的u-tabs-swiper组件,需要结合swiper组件来使用 先来讲下主体思路:每个tab页(swiper-item)都嵌套在swiper中,swiper-item中在放置一个scroll-view,实现超出部分滑动:即让swiper.scroll-view高度都占满屏幕剩余部分 1).设置swiper占满 2).取得swiper高度 mounted() { let info = uni.createSelecto
报错: vue报这个错 [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted 方案1:使用css3 touch-action: none; 属性: touch-action :当你触摸并按住触摸目标时候,禁止或显示系统默认菜单. touch-act