회원가입중 취소시 메인으로

This commit is contained in:
JSYOO 2021-12-07 10:52:18 +09:00
parent 930a500b26
commit fbc2402bc5
2 changed files with 2 additions and 2 deletions

View File

@ -520,7 +520,7 @@ function calcAge(birth) {
} }
function fn_cancel(){ function fn_cancel(){
document.joinForm.action ="/member/selectMemberJoiningInfo.do"; document.joinForm.action ="/";
document.joinForm.submit(); document.joinForm.submit();
} }

View File

@ -53,7 +53,7 @@ function snsCertForm(){
} }
function cancle(){ function cancle(){
location.href="${pageContext.request.contextPath}/login/memberSnsForm.do"; location.href="${pageContext.request.contextPath}/";
} }
</script> </script>
<!-- 회원가입 섹션 --> <!-- 회원가입 섹션 -->