Open wzhsh90 opened 1 year ago
不知道是不是因为这个:https://github.com/SmileZXLee/uni-z-tabs/issues/7
因为这个位置错乱问题,搞的不敢用这个组件了。
在这里 https://github.com/SmileZXLee/uni-z-paging/blob/main/demo/z-paging-vue3-demo/pages/swiper-demo/swiper-demo.vue#L44 把 45、46 行换一下位置,好像就没问题了。
// swiper滑动结束
const swiperAnimationfinish = (e) => {
tabs.value.unlockDx();
current.value = e.detail.current;
}
app 有时下划线位置错乱