FIX remote regitster bug

This commit is contained in:
Jasder
2020-08-16 13:48:48 +08:00
parent 086ebc34b2
commit c68c8ed089
3 changed files with 22 additions and 28 deletions

View File

@@ -60,7 +60,7 @@
success: function(data) {
console.log(data)
if (data) {
if(data.message){
if(data.email_exist){
$(".emailCheck span").html("该邮箱已存在.");
return;
}