mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2025-09-06 07:37:40 +00:00
修复邮箱验证 增加验证检测 使用默认的企业邮箱...
This commit is contained in:
@ -119,7 +119,7 @@ if (empty ( $_SESSION ['username'] ))
|
||||
data:data,
|
||||
url:"<?=Url('mail_status', "stat")?>",
|
||||
success:function(data){
|
||||
if(data.status == "success")
|
||||
if(data.status != "success")
|
||||
{
|
||||
$("#status").html("邮箱验证状态:尚未验证 <a href='<?=Url('index', 'mail')?>' onclick='display()'>点击进行验证</a>");
|
||||
$("#status").css("color", "red");
|
||||
|
Reference in New Issue
Block a user