Thank you for your attention and support to Neuvition Technology! If you are interested in our product, apply to become one of our reginal agents and partners. We will provide you with:

1.Marketing Materials;2.Product Training;3.Technical Support;4.Customer Protection

Agent Application

Cooperative Agent

Phone:+1 888-487-8667

Corporate vision:Better vision for smarter future
// 提交订阅 $("#btn-subscribe").click(function () { let email = $("#email").val(); if (email == '') { alert('This email is required'); return false } $.ajax({ type: 'post', url: 'https://system.neuvition.cn/api/customer/en', data: { company: 'subscribe customer', email: email, json: jsonStr, message: 'subscribe message', }, cache: false, dataType: 'json', success: function (result) { alert('Successfully Subscribed!'); }, error: function (data) { console.log("err"); } }); console.log(email) })