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

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

@@ -65,7 +65,7 @@ const touchend = e => {
   // 距离足够则滑动到下一页;
   let n = cha > 0 ? 1 : -1;
   let dn = n + page.value;
-  let len = 6;
+  let len = 10;
   isUp.value = n === 1;
   if (dn < 0) return (dn = len);
   if (dn > len) return (dn = 0);