data.html); } }); } else { $.getJSON("/Home/AjaxCommon/get_header_min.html",function(result){ if(eval(result.status) === 1){ $('#J_header').html(result.data.html); } }); } }) // 验证码统一处理 function qsCaptchaHandler(passCallback) { var callBackArr = new Array(); $.ajax({ url: qscms.root + '?m=Home&c=captcha&t=' + (new Date()).getTime(), type: 'get', dataType: 'json', success: function(config) { if (config.verify_type == 'vaptcha') { // 手势验证码 vaptcha({ vid: config.vid, type: 'invisible', scene: 1, https: config.https, offline_server:qscms.root+'?m=Home&c=captcha&a=vaptcha_outage',