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("-", ".")

+ } +
연락처