感谢您对纽威讯科技的关注与支持!如您对我们的产品感兴趣,欢迎申请成为我们的区域代理或合作伙伴,我们将为您提供:

1.营销材料;2.产品培训;3.技术支持;4.客户保障

代理申请

合作代理商

电话:+1 888-487-8667

电子邮件:contact@neuvition.com

企业愿景:更美好愿景 更智慧未来
// 提交订阅 $("#btn-subscribe").click(function () { let email = $("#email").val(); if (email == '') { alert('此邮箱为必填项'); return false } $.ajax({ type: 'post', url: 'https://system.neuvition.cn/api/customer/en', data: { company: '订阅客户', email: email, json: jsonStr, message: '订阅消息', }, cache: false, dataType: 'json', success: function (result) { alert('订阅成功!'); }, error: function (data) { console.log("err"); } }); console.log(email) })