wangnan 7 years ago
parent
commit
aa70d28cd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/package/swiper/src/swiper.vue

+ 1 - 1
src/package/swiper/src/swiper.vue

@@ -250,7 +250,7 @@ export default {
             }
             this.delta = this._getTouchPos(e) - this.startPos;
             if((this.isHorizontal() && Math.abs(this.delta) > 0) || this.isVertical()){
-                e.preventDefault();
+                //e.preventDefault();
             }
             let isQuickAction = new Date().getTime() -this.startTime < 200;
             if(!this.performanceMode && !isQuickAction){