From 57a25e0b41f1775ece82b387abd3aaf9db29a126 Mon Sep 17 00:00:00 2001 From: wangpeijian <1633007084@qq.com> Date: Thu, 19 Mar 2026 18:11:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(CTASection):=20=E6=9B=B4=E6=96=B0=E5=95=86?= =?UTF-8?q?=E5=8A=A1=E5=90=88=E4=BD=9C=E9=82=AE=E7=AE=B1=E5=92=8C=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E7=83=AD=E7=BA=BF=E5=8F=B7=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CTASection.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CTASection.vue b/src/components/CTASection.vue index fe76214..c142a91 100644 --- a/src/components/CTASection.vue +++ b/src/components/CTASection.vue @@ -126,12 +126,12 @@ const promises = [ const channels = [ { label: '商务合作', - val: 'business@siliconpartner.cn', + val: 'liweiwei@oeevc.com', icon: ``, }, { label: '服务热线', - val: '400-888-0000', + val: '186-0119-0115', icon: ``, }, ]