From 1c21ac5e8e4e246b649bff3cdecd997b1d034166 Mon Sep 17 00:00:00 2001 From: chenjiajian <798095202@qq.com> Date: Wed, 14 Oct 2020 10:25:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(shared):=20=E6=94=AF=E4=BB=98=E5=AE=9D=20sw?= =?UTF-8?q?iper=20=E5=A2=9E=E5=8A=A0=20acceleration=20=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=EF=BC=8Cfix=20#7801?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shared/src/components.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/shared/src/components.ts b/packages/shared/src/components.ts index 2e1ce4300ef4..c308790f9904 100644 --- a/packages/shared/src/components.ts +++ b/packages/shared/src/components.ts @@ -456,7 +456,12 @@ const Swiper = { bindChange: '', bindTransition: '', bindAnimationFinish: '', - ...touchEvents + ...touchEvents, + ...selectEnv({ + alipay: { + acceleration: 'false' + } + }) } const SwiperItem = {