liyongli 1 year ago
parent
commit
31264ff846
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/view/AEROSPACE2023/index.vue

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

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