身份认证
This commit is contained in:
@@ -598,6 +598,11 @@
|
||||
window.location.href='/User/Index';
|
||||
return ;
|
||||
}
|
||||
if (res.Code == 30000) {
|
||||
alert('该身份已经进行认证,无法再次进行认证!');
|
||||
window.location.href='/User/Index';
|
||||
return ;
|
||||
}
|
||||
if (res.Code == 10000) {
|
||||
$('#id-cert').hide();
|
||||
$('#verify-info').show();
|
||||
|
||||
Reference in New Issue
Block a user