diff --git a/FO/Views/Account/CertOk3IPIN.cshtml b/FO/Views/Account/CertOk3IPIN.cshtml index 9d4158a..7a525e7 100644 --- a/FO/Views/Account/CertOk3IPIN.cshtml +++ b/FO/Views/Account/CertOk3IPIN.cshtml @@ -46,7 +46,9 @@ $(opener.document).find("#mform").find("#ci").val("@(CI)"); $(opener.document).find("#mform").find("#vssn").val("@(VSSN)"); $(opener.document).find("#mform").find("#authPlatform_IPIN").show(); - $(opener.document).find("#mform").find("#authPlatform_Mobile").hide(); + $(opener.document).find("#mform").find("#authPlatform_IPIN").css("padding-bottom","0px"); + $(opener.document).find("#mform").find("#authPlatform_IPIN_Name").text("I-PIN 인증"); + $(opener.document).find("#mform").find("#authPlatform_Mobile").hide(); alert("인증완료"); } else { alert("입력한 정보와 일치하지 않습니다.\n 재인증해주세요."); diff --git a/FO/Views/Account/CertOk3MOBI.cshtml b/FO/Views/Account/CertOk3MOBI.cshtml index 6c51a45..8ce98d5 100644 --- a/FO/Views/Account/CertOk3MOBI.cshtml +++ b/FO/Views/Account/CertOk3MOBI.cshtml @@ -58,6 +58,7 @@ $(opener.document).find("#mform").find("#authplatform").val("@(AuthPlatform.Mobile.GetHashCode())"); $(opener.document).find("#mform").find("#authPlatform_IPIN").hide(); $(opener.document).find("#mform").find("#authPlatform_Mobile").show(); + $(opener.document).find("#mform").find("#authPlatform_Mobile_Name").text("휴대폰 인증"); $(opener.document).find("#mform").find("#birthday").val("@(RSLT_BIRTHDAY)"); $(opener.document).find("#mform").find("#di").val("@(DI)"); $(opener.document).find("#mform").find("#ci").val("@(CI)"); diff --git a/FO/Views/My/MyInfoCheck.cshtml b/FO/Views/My/MyInfoCheck.cshtml index d3e2497..6cc9def 100644 --- a/FO/Views/My/MyInfoCheck.cshtml +++ b/FO/Views/My/MyInfoCheck.cshtml @@ -85,24 +85,23 @@ -
I-PIN 인증
- 휴대폰 인증으로 변경 -휴대폰 인증
+@(u.authplatform == AuthPlatform.None ? "-" : "I-PIN 인증")
+ 휴대폰 인증으로 변경 +@(u.authplatform == AuthPlatform.None ? "-" : "휴대폰 인증")
I-PIN 인증으로 변경