From 94613f70b0cd3ddda9ab2ca2ba2ab56cc78f24c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 18 Jan 2021 09:12:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views/User/Index.cshtml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Host/Views/User/Index.cshtml b/Host/Views/User/Index.cshtml index 29e1572..0c95bb6 100644 --- a/Host/Views/User/Index.cshtml +++ b/Host/Views/User/Index.cshtml @@ -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();