mirror of
				https://e.coding.net/circlecloud/McAccount.git
				synced 2025-11-03 17:56:24 +00:00 
			
		
		
		
	@@ -118,7 +118,6 @@ $(document).ready(function(){
 | 
			
		||||
        if(mail==""){ 
 | 
			
		||||
            alert("邮箱地址不能为空!");
 | 
			
		||||
        } 
 | 
			
		||||
      
 | 
			
		||||
         $.ajax({
 | 
			
		||||
    	   type:"POST",
 | 
			
		||||
    	   data:{mail:mail,user:"<?=$_SESSION['username']?>",type:"status"}, 
 | 
			
		||||
@@ -155,7 +154,7 @@ $(document).ready(function(){
 | 
			
		||||
          success:function(rdata){
 | 
			
		||||
			switch(rdata.status){
 | 
			
		||||
				case "success" : alert(rdata.info); break;
 | 
			
		||||
				case "error" : alert("验证失败 请重试"); return false; break;
 | 
			
		||||
				case "error" : alert(rdata.info); return false; break;
 | 
			
		||||
			    }  
 | 
			
		||||
            }
 | 
			
		||||
        })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user