蜀ICP备05006378号-1
%_msg_%
'; } else { msgTemplate = '
%_msg_%
'; } if ( msgId != undefined && msgId != "" ) { if(!txt) txt = msg[ msgId ]; S( "LeftContainer" ).innerHTML = txt; return true; } else { return false; } } function showMsg( msgId , method,txt) { var msg, msgTemplate; msg = { errorAdminName : "此管理员账号不存在,请重新输入", errorUserName : "你输入的邮箱账号不正确,请重新输入。", emptyUserName : "请填写你的邮箱账号。", emptyPassword : "请填写邮箱密码。", emptyVerifyCode : "请填写验证码。", errorPassowrdTooLong: "邮箱密码不能超过100个字符。", errorNamePassowrd : "你填写的账号或密码不正确,请再次尝试。", errorRequireSecondPassword: "请使用邮箱的“独立密码”登录。", errorVerifyCode : "你填写的验证码不正确。", frequent : "为了保障邮箱安全,请输入验证码。", errorSecondPassword: "独立密码输入有误。", errorSecondPwdNeedQQErr: "你设置了网页登录须先输入QQ密码。", errorNeedQQProtect: '

你的QQ账号处于未保护状态,暂时无法登录。
填写账号保护资料

', errorBlockIPErr: "当前用户或网络出现异常登录行为,为保障账号安全,暂时不能登录。", errorDistinctValid: "为了保障邮箱安全,请再次输入验证码登录。", errorNeedJumpFoxmail: "请到www.foxmail.com登录该账户", errorPermissionDenied:"你还未被邀请使用企业邮箱。
你可以登录你的QQ邮箱,在体验室中自助开通。", errorLoginWithQQAccount: "请使用企业邮箱账号登录。", errorBizmailMX: "登录失败。你域名的MX记录未通过验证,请联系管理员。", errorBizmailLocked: "登录失败。你的域名已被锁定,请联系管理员。", errorBindNullUin : "账号为空,请重输", errorBindErr : "账号绑定关系错误,请联系管理员", errorBindFail : "账号绑定关系查询出错,请稍后再试", errorSysErr : "登录失败,请咨询企业邮箱客服。", errorNeedOpen : "你的企业邮箱账号未开通,请联系企业邮箱管理员。", errorBizmailLoginLimit : "管理员限制该IP登录企业邮箱", errorWeixinBind : "你的微信没有绑定企业邮箱,请先登录后绑定", errorDynPwdSendFailed : "动态密码推送失败,请稍后重试", errorTokenExpiredScan : "请扫码登录", errorADScan : "你的账号需要使用微信扫码登录,请使用微信扫描右侧二维码登录" }; var accountPasswordList = [ 'errorAdminName', 'errorUserName', 'emptyUserName', 'emptyPassword', 'errorPassowrdTooLong', 'errorNamePassowrd', 'errorRequireSecondPassword' ]; var verifycodeList = [ 'emptyVerifyCode', 'errorVerifyCode', 'frequent' ]; if (accountPasswordList.indexOf(msgId) > -1 || verifycodeList.indexOf(msgId) > -1) { jQuery(function(){ jQuery('.js_show_pwd_panel').trigger('click'); }); } if (accountPasswordList.indexOf(msgId) > -1) { jQuery(function(){ var item = jQuery('#pp').closest('.signup_item'); item.addClass('signup_item_error'); item.find('.signup_item_content_tips_error').text('你填写的账号或密码不正确'); }); return; } if (verifycodeList.indexOf(msgId) > -1) { var verifycodeMsg = '验证码不正确'; if (msgId == 'emptyVerifyCode' || msgId == 'frequent') { verifycodeMsg = '请填写验证码'; } jQuery(function(){ jQuery('#VerifyArea').show(); var item = jQuery('#VerifyArea').closest('.signup_item'); item.addClass('signup_item_error'); item.find('.signup_item_content_tips_error').text(verifycodeMsg); }); return; } if ( method && method == 2) { msgTemplate = '
%_msg_%
'; } else { msgTemplate = '
%_msg_%
'; } if ( msgId != undefined && msgId != "" ) { if(!txt) txt = msg[ msgId ]; S( "msgContainer" ).innerHTML = msgTemplate.replace( /%_msg_%/ig , txt ).replace( /%_id_%/ig , msgId ); S( "msgContainer" ).style.display = ""; return true; } else { return false; } } function showLoginType (type) { if (type === "account") { show(S("loginby_wx"),false); show(S("loginby_account"), true); show(S("loginType_weixin"),true); show(S("loginType_account"), false); } else if (type === "weixin") { show(S("loginby_wx"),true); show(S("loginby_account"), false); show(S("loginType_weixin"),false); show(S("loginType_account"), true); } } function init(){ checkCookie(); CheckName(); // S("inputuin").attachEvent( "onblur" , CheckName); // S("pp").attachEvent( "onfocus" , CheckName); jQuery('#inputuin').on('blur', CheckName); jQuery('#pp').on('blur', CheckName); if( S( "inputuin" ) != null && S( "inputuin" ).value == "" ) { S( "inputuin" ).focus(); } else if( S( "qq" ) != null ) { S( "qq" ).focus(); } } function OpenStatWin() { window.open("/cgi-bin/speedstat?actions=relogin","speedstatwin","height=500,width=500,status=yes,toolbar=no,menubar=no,locations=no"); } function ShowUrl(uin) { if(parseInt(uin)+"" == uin) { window.open( 'https://account.qq.com/cgi-bin/up/newreg_set_dna_login?from=qqmail&ret_url=http%3A%2F%2Fmail.qq.com&uin='+uin ); }else { window.open( 'https://account.qq.com/cgi-bin/up/newreg_set_dna_login?from=qqmail&ret_url=http%3A%2F%2Fmail.qq.com' ); } } function ChkPsw() { S("chg") && (S("chg").value = 1); } function ChkPswInput(event) { var gsAgent = navigator.userAgent.toLowerCase(), gbIsOpera = gsAgent.indexOf("opera") > -1, gbIsIE = (gsAgent.indexOf("compatible") > -1 && !gbIsOpera)|| gsAgent.indexOf("msie") > -1, gnIEVer = /MSIE (\d+.\d+);/i.test(gsAgent) && parseFloat(RegExp["$1"]); if(!gbIsIE || (gbIsIE && gnIEVer <= 9)){ var caps_lock_tips = S("caps_lock_tips"); if (caps_lock_tips) { var dom = document.getElementById("pp"); var code = event.keyCode || event.which; isShift = (event.shiftKey || 16 == code || false); if(!dom.value) { caps_lock_tips.style.display = "none"; return false; } var newKey = event.key; if(/^[A-Z]+$/.test(newKey) && caps_lock_tips.style.display != "block" && !isShift) { caps_lock_tips.style.display = "block"; } else if(!/^[A-Z]+$/.test(newKey) && caps_lock_tips.style.display != "none") { caps_lock_tips.style.display = "none"; } } } } function HideLockTips() { if (S("caps_lock_tips")) { S("caps_lock_tips").style.display = "none"; } }

同题浏览

以下内容与「环球电竞app下载最新活动」同属公开资讯,可按栏目继续浏览相关条目。

本站按公开材料组织页面。需要原文时请核对应栏目发布页。

列表适合快速定位,正文适合核对表述。两者都保留在站内即可形成完整阅读路径。

浏览栏目

网站首页 / 忘记密码

页面按栏目组织。可先看导读,再进入相关篇目或返回列表。