This commit is contained in:
parent
b78d59978d
commit
155f9c5bc5
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue