身份认证

This commit is contained in:
“wanyongkang”
2021-01-18 09:12:06 +08:00
parent 8f53b36c4a
commit 94613f70b0

View File

@@ -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();