From 626fbc077dae0c94924d55e09a9935c8b35a97ed Mon Sep 17 00:00:00 2001 From: toom1996 Date: Fri, 4 Jul 2025 21:29:18 +0800 Subject: [PATCH] updaate --- src/components/template_2/Header.astro | 8 ++------ src/pages/template/2/contact-us.astro | 4 +++- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/template_2/Header.astro b/src/components/template_2/Header.astro index ea8a7c3..4e7abaf 100644 --- a/src/components/template_2/Header.astro +++ b/src/components/template_2/Header.astro @@ -22,20 +22,16 @@ const config = getConfig(Astro) diff --git a/src/pages/template/2/contact-us.astro b/src/pages/template/2/contact-us.astro index b69e03d..bf00cda 100644 --- a/src/pages/template/2/contact-us.astro +++ b/src/pages/template/2/contact-us.astro @@ -17,10 +17,12 @@ const breadcrumb = [ { title: TP2_COLUMN_INDEX, url: TP2_COLUMN_INDEX_URL }, { title: TP2_COLUMN_CONTACT_US, url: TP2_COLUMN_CONTACT_US_URL } ]; +// 页面描述 +const desc = extra.contact_us.telephone.map(item => item.number).join('; '); ---