From 1b7f1143f8669d20dbe473c55fd94637d93ff0ce Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Wed, 2 Sep 2026 18:28:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(contact):=20=E4=BF=AE=E5=A4=8D=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E9=A1=B5=E9=9D=A2=E9=9D=99=E6=80=81=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E5=92=8C=E8=A1=A8=E5=8D=95=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新静态资源路径从相对路径改为绝对路径以解决加载问题 - 将客服热线电话号码替换为动态配置标签 - 修复咨询描述输入框的name属性从message改为content - 添加完整的表单验证和提交逻辑处理 - 实现防重复提交机制和用户体验优化 - 添加表单数据收集和API提交功能 - 集成响应处理和错误提示机制 --- public/themes/website/1/zh/demo/contact.html | 83 ++++++++++++++++++++++++++-- 1 file changed, 77 insertions(+), 6 deletions(-) diff --git a/public/themes/website/1/zh/demo/contact.html b/public/themes/website/1/zh/demo/contact.html index f68de93..31917c7 100644 --- a/public/themes/website/1/zh/demo/contact.html +++ b/public/themes/website/1/zh/demo/contact.html @@ -43,10 +43,10 @@ integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> - - - - + + + + @@ -65,7 +65,7 @@ 客服热线 - 400-0898-188 + {hcTaglib:setting name="company_phone" type="1" /}

工作时间:周一至周五 9:00~12:00,13:00~18:00

@@ -152,7 +152,7 @@ @@ -731,6 +731,77 @@ +