From 5e748005a16f784d11850ef6b18e92dce24da4c4 Mon Sep 17 00:00:00 2001 From: jingrow Date: Wed, 18 Jun 2025 23:38:08 +0800 Subject: [PATCH] =?UTF-8?q?SwiperItems=E7=BB=84=E4=BB=B6=E6=94=B9=E6=88=90?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E7=89=88=E4=BB=8E=E5=90=8E=E7=AB=AF=E8=AF=BB?= =?UTF-8?q?=E5=8F=96=E7=BB=84=E4=BB=B6=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/contact/Contact.jsx | 2 - components/footers/Footer.jsx | 2 +- components/homes/home-15/Hero.jsx | 2 +- components/homes/home-15/SwiperItems.jsx | 224 +++++++++++++---------- 4 files changed, 133 insertions(+), 97 deletions(-) diff --git a/components/contact/Contact.jsx b/components/contact/Contact.jsx index 0b1cf53..71323fb 100644 --- a/components/contact/Contact.jsx +++ b/components/contact/Contact.jsx @@ -25,8 +25,6 @@ export default function Contact() { fetchData(); }, []); - if (loading) return
Loading...
; - if (error) return null; if (!data) return null; const title = data.title || ""; diff --git a/components/footers/Footer.jsx b/components/footers/Footer.jsx index 421f5ba..9d36bfe 100644 --- a/components/footers/Footer.jsx +++ b/components/footers/Footer.jsx @@ -14,7 +14,7 @@ export default function Footer15() { return (