提交 b2bf159a 编写于 作者: F freesky-edward

fix bug: error message is meaningless

上级 663e7834
......@@ -277,6 +277,12 @@ function initClaPage() {
} else {
alert("Telephone is already registered!");
}
} else if (data.errorCode == 4) {
if (lang == "zh-cn") {
alert("注册邮箱与gitee账号邮箱不一致,请在这里检查:https://gitee.com/profile/emails")
} else {
alert("The submit email is not the gitee account email. Please checck in https://gitee.com/profile/emails.");
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册