From 3f1f48a9ddc8b096a3d310a5a2d2fb644ff4f98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 25 Sep 2021 18:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views/User/Index.cshtml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Host/Views/User/Index.cshtml b/Host/Views/User/Index.cshtml index 75ba397..41bbf68 100644 --- a/Host/Views/User/Index.cshtml +++ b/Host/Views/User/Index.cshtml @@ -435,12 +435,16 @@
-
账户信息实名认证
-

编辑

+
账户信息
+ @if(Model.UserModel.is_verify == 0){ +

实名认证

+ } else { +

已认证

+ }
-
+
@@ -464,6 +468,7 @@
+ 编辑
QQ号:@(Model.UserModel.QQ??"--")