mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2025-09-05 07:27:21 +00:00
@ -118,7 +118,7 @@ $("#register").click(function(){
|
||||
switch(C.status){
|
||||
case "success":
|
||||
alert(C.info);
|
||||
location.href = "<?=Url('index','login')?>";
|
||||
location.href = "<?=Url('index','index')?>";
|
||||
break;
|
||||
case "error":
|
||||
alert(A.info);
|
||||
|
Reference in New Issue
Block a user