Download

Thank you for your attention to Neuvition! Please feel free to contact us if you have any questions in the process of downloading or using the data.
Your valuable feedback and suggestions would be very much appreciated!

Product Specification

Client Software

  • {{ item.name_en }}
    {{ item.size }}
  • {{ item.name_en }}
    {{ item.size }}
// 提交订阅 $("#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) })