From c5d76adf6c3ceb2d2234970dd91580c49594b329 Mon Sep 17 00:00:00 2001 From: wangyiquan Date: Thu, 24 Sep 2020 17:05:04 +0800 Subject: [PATCH] =?UTF-8?q?MOD:=E4=BF=AE=E5=A4=8D=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=9E=82=E7=9B=B4=E6=BB=9A=E5=8A=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/swiper.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/swiper.vue b/src/components/swiper.vue index 41fe995..6d71553 100644 --- a/src/components/swiper.vue +++ b/src/components/swiper.vue @@ -98,7 +98,7 @@ return Number(x) }, fn(e) { - e.preventDefault() + // e.preventDefault() }, prevSlide() { this.clearTimeOut() @@ -176,6 +176,7 @@ z-index: 1; overflow: hidden; width: 100%; + touch-action: pan-y; } .wh_swiper {