From 9bf9eb12bbffd0178eba861bc5884b6b4e101560 Mon Sep 17 00:00:00 2001 From: hyunho Date: Fri, 27 Nov 2020 05:01:16 +0000 Subject: [PATCH] --- FO/Views/My/MyInfoCheck.cshtml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/FO/Views/My/MyInfoCheck.cshtml b/FO/Views/My/MyInfoCheck.cshtml index f807af6..50ca35e 100644 --- a/FO/Views/My/MyInfoCheck.cshtml +++ b/FO/Views/My/MyInfoCheck.cshtml @@ -1,16 +1,17 @@ @model NP.Model.VMMy @{ var a = Model.Assign; + var u = Model.User; }
+ + - - @@ -62,7 +63,12 @@ - +
ID

@u.userid

이름(한글)

@u.username

비밀번호
생년월일

@(u.birthday.Replace("-","."))

+ @if (!string.IsNullOrEmpty(u.birthday)) + { +

u.birthday.Replace("-", ".")

+ } +
연락처