From 9ffd63f16eb0de1cf6d2da865165cc109749b966 Mon Sep 17 00:00:00 2001 From: hyunho Date: Thu, 14 Jan 2021 07:07:12 +0000 Subject: [PATCH] --- FO/Views/Account/FindMe.cshtml | 2 +- FO/Views/Home/Index.cshtml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/FO/Views/Account/FindMe.cshtml b/FO/Views/Account/FindMe.cshtml index 8317787..9e8abf1 100644 --- a/FO/Views/Account/FindMe.cshtml +++ b/FO/Views/Account/FindMe.cshtml @@ -43,7 +43,7 @@ diff --git a/FO/Views/Home/Index.cshtml b/FO/Views/Home/Index.cshtml index ad29b42..fac3fc8 100644 --- a/FO/Views/Home/Index.cshtml +++ b/FO/Views/Home/Index.cshtml @@ -227,6 +227,10 @@ }); $(".msBtn").click(function () { + if (@ViewBag.SSUserNo <= 0) { + msg("로그인 후 진행 할 수 있습니다."); + return; + } if ($("#liTab1").hasClass("current")) { $("#stringval").val("0"); } @@ -269,7 +273,7 @@ if ($(this).parent().attr('id') == 'msSel2') { msg('교육유형을 선택해주세요.'); } else if ($(this).parent().attr('id') == 'msSel3') { - msg('직무분야를 선택해주세요.'); + msg('기술인분류를 선택해주세요.'); } else if ($(this).parent().attr('id') == 'msSel4') { msg('교육목적을 선택해주세요.'); } else if ($(this).parent().attr('id') == 'msSel5') {