ट्रेन कम्पार्टमेंट का पता लगाने के लिए LiDAR समाधान

संपर्क करें

यदि आपके कोई प्रश्न या सुझाव हों तो कृपया संदेश छोड़ें, हम 24 घंटे के भीतर आपसे संपर्क करेंगे!

फ़ोन: +1 888-487-8667

ईमेल:jian.lin@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: '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) })