提交 fda74e16 编写于 作者: Anne_LXM's avatar Anne_LXM

调整swiper事件类型

上级 df8ff0e0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册