0898-08980898

交流合作COOPERATION

MORE>>

组织机构

MORE>>

核心价值观:诚信、创新、服务企业核心: 诚信 企业精神: 团结拼搏、开拓求实、满足用户、科技进步。 客户:为客户提供高质量和最大价值的专业化产品和服务,以真诚和实力赢得客户的理解、尊重和支持。市场:...

资料下载

MORE>>

  • 使用帮助二

    ★安装环境要求★ 服务器:Linux / Apache / IIS PHP版本:5.4及5.4以上,完...

    立即下载

    function ey_1563185380(file_id) { var downurl = document.getElementById("ey_file_list_"+file_id).value + "&_ajax=1"; //创建异步对象 var ajaxObj = new XMLHttpRequest(); ajaxObj.open("get", downurl, true); ajaxObj.setRequestHeader("X-Requested-With","XMLHttpRequest"); ajaxObj.setRequestHeader("Content-type","application/x-www-form-urlencoded"); //发送请求 ajaxObj.send(); ajaxObj.onreadystatechange = function () { // 这步为判断服务器是否正确响应 if (ajaxObj.readyState == 4 && ajaxObj.status == 200) { var json = ajaxObj.responseText; var res = JSON.parse(json); if (0 == res.code) { // 没有登录 if (undefined != res.data.is_login && 0 == res.data.is_login) { if (document.getElementById('ey_login_id_1609665117')) { $('#ey_login_id_1609665117').trigger('click'); } else { window.location.href = res.data.url; } } else { if (!window.layer) { alert(res.msg); if (undefined != res.data.url && res.data.url) { window.location.href = res.data.url; } } else { if (undefined != res.data.url && '' != res.data.url) { layer.confirm(res.msg, { title: false , icon: 5 , closeBtn: false }, function (index) { layer.close(index); window.location.href = res.data.url; }); } else { layer.alert(res.msg, {icon: 5, title: false, closeBtn: false}); } } } return false; }else{ // document.getElementById('form_file_list_'+file_id).submit(); window.location.href = res.url; // window.open(res.url); } } }; };
  • 使用帮助一

    安装环境要求 服务器:Linux / Apache / IIS PHP版本:5.4及5.4以上,完美支持php...

    立即下载

    function ey_1563185380(file_id) { var downurl = document.getElementById("ey_file_list_"+file_id).value + "&_ajax=1"; //创建异步对象 var ajaxObj = new XMLHttpRequest(); ajaxObj.open("get", downurl, true); ajaxObj.setRequestHeader("X-Requested-With","XMLHttpRequest"); ajaxObj.setRequestHeader("Content-type","application/x-www-form-urlencoded"); //发送请求 ajaxObj.send(); ajaxObj.onreadystatechange = function () { // 这步为判断服务器是否正确响应 if (ajaxObj.readyState == 4 && ajaxObj.status == 200) { var json = ajaxObj.responseText; var res = JSON.parse(json); if (0 == res.code) { // 没有登录 if (undefined != res.data.is_login && 0 == res.data.is_login) { if (document.getElementById('ey_login_id_1609665117')) { $('#ey_login_id_1609665117').trigger('click'); } else { window.location.href = res.data.url; } } else { if (!window.layer) { alert(res.msg); if (undefined != res.data.url && res.data.url) { window.location.href = res.data.url; } } else { if (undefined != res.data.url && '' != res.data.url) { layer.confirm(res.msg, { title: false , icon: 5 , closeBtn: false }, function (index) { layer.close(index); window.location.href = res.data.url; }); } else { layer.alert(res.msg, {icon: 5, title: false, closeBtn: false}); } } } return false; }else{ // document.getElementById('form_file_list_'+file_id).submit(); window.location.href = res.url; // window.open(res.url); } } }; };