mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2025-09-05 07:27:21 +00:00
@ -106,7 +106,6 @@ $("#register").click(function(){
|
||||
}
|
||||
$.ajax({ url:"<?=Url('user_public','user_check')?>", type:"GET", data:{user:username.val()}, dataType:"json",
|
||||
success:function(rdata){
|
||||
alert("checkusersuccess");
|
||||
switch(rdata.status){
|
||||
case "success":
|
||||
$.ajax({url:"<?=Url('user_public','mail_check')?>", type:"GET", data:{mail:email.val()}, dataType:"json",
|
||||
@ -144,8 +143,8 @@ $("#register").click(function(){
|
||||
},
|
||||
error:function(){
|
||||
alert("checkusererror");
|
||||
})
|
||||
})
|
||||
}})
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user