liyongli hace 1 año
padre
commit
b6ee613c32
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/view/schedule/index.vue

+ 2 - 2
src/view/schedule/index.vue

@@ -76,8 +76,8 @@ const isNext = B => {
     console.log(B)
 }
 
-const touchmove = e=> {
-    e.preventDefault();
+const touchmove = ()=> {
+    // e.preventDefault();
 }
 
 </script>