CN
Contactez-nous
politique de confidentialité

politique de confidentialité

· Politique de confidentialité

Il n'y a actuellement aucun contenu disponible


           

Courriel : sales@nicerf.com

Tél : +86-755-23080616

Adresse : 309-314, 3/F, bâtiment A, bâtiment commercial de Hongdu, zone 43, Baoan Dist, Shenzhen, Chine


×
Soumettre
if (sutaus == '1') { $('#download_id').val(id); $('#download_type').val(type); $(".video-popup").show(); $(".transparent").show(); return; }else{ $.ajax({ url: '/get_file_path?id='+ id +'&type=' + type, type:"get", success:function(res){ console.log(res); if (res.code == 200) { window.location.href = '/download_file?path=' + res.data.path + '&file_name=' + res.data.file_name ; } else { alert(res.msg); } } }); } } function hidepop() { $(".video-popup").hide(); $(".transparent").hide(); } $(function() { if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))) { var wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 0, mobile: true, live: true }); wow.init(); }; });