diff --git a/FO/Views/My/Lecture.cshtml b/FO/Views/My/Lecture.cshtml index 69e6103..4c6ffdb 100644 --- a/FO/Views/My/Lecture.cshtml +++ b/FO/Views/My/Lecture.cshtml @@ -96,7 +96,7 @@ } else if (Model.Lects.Where(w => w.payno == d.payno && w.userno == ViewBag.SSUserNo).Count() > 0) { - 입장 + 입장 } else { diff --git a/FO/Views/My/LectureOn.cshtml b/FO/Views/My/LectureOn.cshtml index ad634e0..e30a135 100644 --- a/FO/Views/My/LectureOn.cshtml +++ b/FO/Views/My/LectureOn.cshtml @@ -152,11 +152,8 @@ var ulScd = $("#ulScd" + cmno); ulScd.empty(); //var seq = 0; - if (capResult.obj.length < 1) { - var li = $("
"); - li.append(""); - ulScd.append(li); - } + let displayCnt = 0; + let noDisPlay = true; $.each(capResult.obj, function (i, d) { var li = $(""); @@ -171,10 +168,12 @@ strStudyPlacename = '[' + d.studyplacename + '교육장]'; } - if (d.isEnd == true) { - pData.html(""); - } - else { + //if (d.isEnd == true) { + // pData.html("