mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
dalete merge && class operating methods
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
||||
return;
|
||||
} else {
|
||||
this.swipeMove(0);
|
||||
once(this.wrap, 'webkitTransitionEnd', _ => {
|
||||
once(this.wrap, 'webkitTransitionEnd', () => {
|
||||
this.wrap.style.webkitTransform = '';
|
||||
this.rightWrapElm.style.webkitTransform = this.rightDefaultTransform;
|
||||
this.leftWrapElm.style.webkitTransform = this.leftDefaultTransform;
|
||||
|
Reference in New Issue
Block a user