Contact us
Privacy Policy

Privacy Policy

· Privacy Policy

There is currently no content available


           

Email:sales@nicerf.com

Tel:+86-755-23080616

Address:309-314, 3/F, Bldg A, Hongdu business building, Zone 43, Baoan Dist, Shenzhen, China


×
Submit
e segurança"> Produto de segurança
  • Medidor sem fio
  • Saúde Esportiva
  • Cidade Inteligente
  • Mais +
  • Apoiar
  • Sobre nós
  • política de Privacidade

    política de Privacidade

    · Política de Privacidade

    No momento não há conteúdo disponível


               

    E-mail: sales@nicerf.com

    Tel:+86-755-23080616

    Endereço:309-314, 3/F, Bldg A, edifício comercial Hongdu, Zona 43, Baoan Dist, Shenzhen, China


    ×
    Enviar
    mensprofil"> Unternehmensprofil
  • Zertifikate
  • Unternehmensnachrichten
  • Brancheninformationen
  • Kontaktieren Sie uns
  • Kontaktieren Sie uns
    Datenschutzrichtlinie

    Datenschutzrichtlinie

    · Datenschutzrichtlinie

    Derzeit sind keine Inhalte verfügbar


               

    E-Mail: sales@nicerf.com

    Tel.:+86-755-23080616

    Adresse: 309-314, 3/F, Gebäude A, Hongdu-Geschäftsgebäude, Zone 43, Baoan Dist, Shenzhen, China


    ×
    Einreichen
    var file_pass = $('#file_password').val(); if(!file_pass){ alert("Veuillez entrer le mot de passe");return; } var id = $('#download_id').val(); var type = $('#download_type').val(); $.ajax({ url: '/get_file_path?id='+ id +'&type=' + type + '&file_pass=' + file_pass, type:"get", success:function(res){ console.log(res); if (res.code == 200) { $(".transparent").hide(); $(".video-popup").hide(); $('#file_password').val(''); window.location.href = '/download_file?path=' + res.data.path + '&file_name=' + res.data.file_name ; } else { alert(res.msg); } } }); } function showpop(id,type,sutaus) { 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(); }; });