From fda74e1615bdaed63c3506b11b26871cac8954bf Mon Sep 17 00:00:00 2001 From: Anne_LXM Date: Tue, 11 Jun 2024 18:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4swiper=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/swiper/swiper.uvue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/component/swiper/swiper.uvue b/pages/component/swiper/swiper.uvue index 66ed25c8..9dc55208 100644 --- a/pages/component/swiper/swiper.uvue +++ b/pages/component/swiper/swiper.uvue @@ -147,7 +147,7 @@ break; } }, - swiperChange: function (e : SwiperChangeEvent) { + swiperChange: function (e : UniSwiperChangeEvent) { // #ifndef APP-ANDROID this.changeDetailTest = e.detail // #endif @@ -163,7 +163,7 @@ console.log(e) } }, - swiperTransition: function (e : SwiperTransitionEvent) { + swiperTransition: function (e : UniSwiperTransitionEvent) { // #ifndef APP-ANDROID this.transitionDetailTest = e.detail // #endif @@ -177,7 +177,7 @@ console.log(e) } }, - swiperAnimationfinish: function (e : SwiperAnimationFinishEvent) { + swiperAnimationfinish: function (e : UniSwiperAnimationFinishEvent) { // #ifndef APP-ANDROID this.animationfinishDetailTest = e.detail // #endif -- GitLab