1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-05 07:27:21 +00:00

update user register...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-13 17:09:13 +08:00
parent a8b45f0800
commit 056187c79f
4 changed files with 14 additions and 14 deletions

View File

@ -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>