본인인증 : 결과페이지 재인증페이지 서브밋 스크립트 추가

This commit is contained in:
projectSylas
2021-09-24 02:47:42 +00:00
parent 6724b2d59f
commit 15821991f2
5 changed files with 23 additions and 1 deletions

View File

@ -100,8 +100,12 @@
$opener.$("input[name=mb_name]").val("<?php echo $user_name; ?>").attr("readonly", true);
$opener.$("input[name=mb_hp]").val("<?php echo $phone_no; ?>").attr("readonly", true);
$opener.$("input[name=cert_no]").val("<?php echo $md5_cert_no; ?>");
alert("본인인증이 완료되었습니다.");
if($opener.$("form[name=register_cert_reset]") != undefined){
$opener.$("form[name=register_cert_reset]").submit();
}
window.close();
});
</script>