Skip to content
Snippets Groups Projects
Commit 74a6e60f authored by Ye Tian's avatar Ye Tian
Browse files

little change after registration

parent f49d36fc
Branches
No related tags found
No related merge requests found
...@@ -106,8 +106,8 @@ function register(){ ...@@ -106,8 +106,8 @@ function register(){
dataType: 'text', dataType: 'text',
success: function(data){ success: function(data){
if(data == "success"){ if(data == "success"){
//window.location.href="register.jsp"; window.location.href="index.html";
alert("注册成功,换成要跳转的页面"); //alert("注册成功,换成要跳转的页面");
} else{ } else{
$("#tip_failed").html("Sign up failed, please check your email and password!"); $("#tip_failed").html("Sign up failed, please check your email and password!");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment