This commit is contained in:
quantulr
2023-11-07 17:14:42 +08:00
parent a8b1ad286d
commit 83e7cd3c4d
5 changed files with 35 additions and 21 deletions

View File

@ -9,6 +9,7 @@ import "swiper/css";
import "swiper/css/pagination";
import "swiper/css/effect-coverflow";
import "swiper/css/autoplay";
import Image from "next/image";
const data = [
{
@ -134,7 +135,7 @@ const AnhuiSwiper = () => {
swiper?.destroy();
swiper = null;
};
}, [data]);
}, []);
return (
<div className={"flex h-[205px] flex-col bg-white"}>
<div