diff --git a/pages/component/swiper/swiper.uvue b/pages/component/swiper/swiper.uvue index 66ed25c8ce2e1fea585e8f08b2ebab202cd382ed..9dc552087742bf04b688881cb8f1c6f08f497cab 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