'; notify_content = null; notify_options = {}; alertTip = ''; $error_box = $(".flash_error.flash_error_box"); if (notify_options.type === 'error' && $error_box.length > 0 && !$.isEmptyObject(notify_content.message)) { if (notify_content.message === 'captcha_fail') { alertTip = "验证码不正确"; } else if (notify_content.message === 'captcha_expired') { alertTip = "验证码已过期,请点击刷新"; } else if (notify_content.message === 'not_found_in_database') { alertTip = "帐号或者密码错误"; } else if (notify_content.message === 'not_found_and_show_captcha') { alertTip = "帐号或者密码错误"; } else if (notify_content.message === 'phone_captcha_fail') { alertTip = "手机验证码不通过"; } else { alertTip = notify_content.message; } return $error_box.html(alertTip).show(); } else if (notify_content) { if ("new" === 'third_party_binding') { return $('#third_party_binding-message').html(notify_content.message).addClass('ui message red'); } notify_options.delay = 3000; notify_options.template = template; notify_options.offset = { x: 10, y: 30 }; notify_options.element = '#messages-container'; return $.notify(notify_content, notify_options); } }); }).call(this);

企业级 DevOps 研发管理平台

阴明 掘金创始人
许多年轻的开发者使用 Gitee 共享和协作, Gitee 也是难得的为中国开发者的软件服务。期待未来 Gitee 继续发展,成为中国开发行业发展之基石!

Welcome to Gitee

OR
please enter your vaild email
Continue with Email
By creating an account, you agree to the Terms of Use as well as Non-active Account Processing Specification
Return
return

Your email has a Gitee account

If Gitee account is yours, please bind it with your account by verifying your password
Go Back