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('; ');
---