From 60a0a4da7b7d6e801a78fe6525689c2be5ed2643 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Fri, 20 Nov 2020 07:29:30 +0000 Subject: [PATCH] --- FO/Views/Account/CertOk3MCHK.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FO/Views/Account/CertOk3MCHK.cshtml b/FO/Views/Account/CertOk3MCHK.cshtml index c86c5e8..030bb26 100644 --- a/FO/Views/Account/CertOk3MCHK.cshtml +++ b/FO/Views/Account/CertOk3MCHK.cshtml @@ -25,7 +25,7 @@ if ('@(ViewBag.ret)' == '0') { if ('@(RSLT_CD)' == 'B000') { //이름일치 확인 - if ("@(RSLT_NAME)" == $(opener.document).find("#mform").find("#User_username").val()) { + if ("@(RSLT_NAME)" == $(opener.document).find("#mform").find("#username").val()) { $(opener.document).find("#mform").find("#intval2").val(1); $(opener.document).find("#mform").find("#mobile").val("@(TEL_NO)".replaceAll("-", "")); $(opener.document).find("#mform").find("#mobilestr").text("@(TEL_NO)".replaceAll("-", ""));