提交 8cf8f939 编写于 作者: L Lesliexx

删除注释代码块

上级 714ec23f
......@@ -293,48 +293,9 @@ function initClaPage() {
alert("Sign succeed!");
}
}
// else {
// if (data.errorCode == 1) {
// if (lang == "zh-cn") {
// alert("服务器处理错误!");
// } else {
// alert("Server handle error!");
// }
// } else if (data.errorCode == 2) {
// if (lang == "zh-cn") {
// alert("邮箱已经被注册!");
// } else {
// alert("E-Mail is already registered!");
// }
// } else if (data.errorCode == 3) {
// if (lang == "zh-cn") {
// alert("电话已经被注册!");
// } 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.");
// }
// }
// }
}
// else {
// if (lang == "zh-cn") {
// alert("签署失败!");
// } else {
// alert("Sign failed!");
// }
// }
},
error: function (data) {
// if (lang == "zh-cn") {
// alert("签署失败!");
// } else {
// alert("Sign failed!");
// }
if (data.errorCode == 1) {
if (lang == "zh-cn") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册