From 1362f3007fb8190afe2edbdc4607c3f8fcf58406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 27 Jan 2026 12:37:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(contact):=20=E6=9B=B4=E6=96=B0=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E9=A1=B5=E9=9D=A2=E8=A1=A8=E5=8D=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加表单引用并集成 CMS 订单提交 API - 将交付方式选项更改为业务类型(售前咨询、售后服务、留意反馈) - 实现表单提交加载状态和防重复提交功能 - 添加异步提交处理和错误捕获机制 - 集成 CMS 订单创建功能并优化提交流程 - 使用表单实例重置字段替代手动清空 --- app/pages/contact.vue | 69 +++++++++++++++++++++++++++++++++---------- 1 file changed, 53 insertions(+), 16 deletions(-) diff --git a/app/pages/contact.vue b/app/pages/contact.vue index d339d13..b36d6b6 100644 --- a/app/pages/contact.vue +++ b/app/pages/contact.vue @@ -8,7 +8,7 @@ - + @@ -29,11 +29,11 @@ - + - SaaS(云端) - 私有化部署 - 混合部署 + 售前咨询 + 售后服务 + 留意反馈 @@ -48,8 +48,8 @@ - 提交 - 重置 + 提交 + 重置 @@ -77,6 +77,8 @@ -