mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 20:55:46 +08:00
FIX remote regitster bug
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
success: function(data) {
|
||||
console.log(data)
|
||||
if (data) {
|
||||
if(data.message){
|
||||
if(data.email_exist){
|
||||
$(".emailCheck span").html("该邮箱已存在.");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user