From df8be46927226a0111241155c18a67e4f938d417 Mon Sep 17 00:00:00 2001 From: lch Date: Wed, 9 Jun 2021 08:52:06 +0000 Subject: [PATCH] =?UTF-8?q?"=ED=95=99=EC=8A=B5=EC=9D=B8=EC=A6=9D=EC=88=98?= =?UTF-8?q?=EB=8B=A8=EC=97=90=20=EB=AC=B8=EA=B5=AC=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=E2=80=BB=20=EC=9D=B8=EC=A6=9D=EC=88=98=EB=8B=A8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EC=8B=9C=20=EC=B6=94=EA=B0=80=20=EC=9D=B8=EC=A6=9D?= =?UTF-8?q?=EC=9D=84=20=EC=A7=84=ED=96=89=ED=95=B4=EC=95=BC=20=ED=95=A9?= =?UTF-8?q?=EB=8B=88=EB=8B=A4.=20=E2=80=BB=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EC=9D=B8=EC=A6=9D=20=ED=9B=84=20=ED=95=98=EB=8B=A8=EC=9D=98=20?= =?UTF-8?q?[=EC=A0=80=EC=9E=A5]=20=EB=B2=84=ED=8A=BC=EC=9D=84=20=ED=81=B4?= =?UTF-8?q?=EB=A6=AD=ED=95=B4=EC=95=BC=20=EB=B3=80=EA=B2=BD=EC=9D=B4=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C=EB=90=A9=EB=8B=88=EB=8B=A4."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "정해진 학습인증수단이 없을 경우 (관리자 등록) 현재 인증 수단 : - 인증 변경 버튼 : 둘다 출력 " --- FO/Views/Account/CertOk3IPIN.cshtml | 4 +++- FO/Views/Account/CertOk3MOBI.cshtml | 1 + FO/Views/My/MyInfoCheck.cshtml | 25 ++++++++++++------------- 3 files changed, 16 insertions(+), 14 deletions(-) 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 인증으로 변경
+
+ ※ 인증수단 변경 시 추가 인증을 진행해야 합니다. +
+ ※ 추가 인증 후 하단의 [저장] 버튼을 클릭해야 변경이 완료됩니다. - + 연락처