This commit is contained in:
汪汇 2024-03-07 09:12:27 +08:00
parent b78d59978d
commit 155f9c5bc5
1 changed files with 3 additions and 5 deletions

View File

@ -253,11 +253,9 @@ import img17 from "@/assets/home/yy.png";
import img18 from "@/assets/home/wdwz.png"; import img18 from "@/assets/home/wdwz.png";
import img19 from "@/assets/home/xzwz.png"; import img19 from "@/assets/home/xzwz.png";
const anchors = [ const anchors = [
280, Math.round(0.3 * window.innerHeight),
Math.round(0.4 * window.innerHeight), Math.round(0.6 * window.innerHeight),
Math.round(0.7 * window.innerHeight), Math.round(1 * window.innerHeight),
Math.round(1* window.innerHeight),
]; ];
const height = ref(anchors[0]); const height = ref(anchors[0]);
const count = ref(0); const count = ref(0);