✕
🌐 中文
🌍 English
首页
Products
Solutions
- 猫头鹰无人机亮相2026世界无人机大会
- 低空经济火了,职业院校无人机实训基地怎么建?
- 【国内外首创】用创新科技演绎星辰与大海的史诗——无人机沉浸式舞台剧点亮“逐梦星辰”之旅
- 职校无人机应用技术实训室建设方案
- 高校人工智能+无人机科研创新实验室
- 职校无人机产教融合实训基地建设方案
- 基于猫头鹰无人机分布式蜂群避障解决方案
University-Industry Cooperation
Case Studies
News
HT Academy
Partners
About Us
400-861-0755
ht-uav@qq.com
Room 304, Building 5, Hangcheng Smart Valley, Hangcheng Street, Bao'an District, Shenzhen
ht-uav@qq.com
400-861-0755
中文
English
AVIC Hengtuo
AVIC HENTO
Xingyuan Technology
XINGYUAN TECH
Home
Products
Solutions
University-Industry Cooperation
Case Studies
News
HT Academy
Partners
About Us
Contact Us
Get in Touch with Hengtuo Technology
Home
/
Contact Us
$(document).ready(function() { $('#post-form').on('submit', function(e) { e.preventDefault(); // 阻止默认表单提交 var formData = $(this).serialize(); // 序列化表单数据 var actionUrl = $(this).attr('action'); // 获取action URL // 显示加载层 var loadIndex = layer.load(1, { shade: [0.1, '#fff'] // 遮罩 }); $.ajax({ url: actionUrl, type: 'POST', data: formData, dataType: 'json', success: function(data) { layer.close(loadIndex); // 关闭加载层 if (data.code == 0) { layer.msg('提交成功', {icon: 1, time: 2000}); // 可选:重置表单或跳转 $('#post-form')[0].reset(); } else { layer.msg(data.msg, {icon: 2, time: 3000}); } }, error: function(xhr, status, error) { layer.close(loadIndex); // 关闭加载层 layer.msg('提交失败,请重试', {icon: 2, time: 3000}); } }); }); });