<기능개선>

통합테스트목록 - 531
FO/Views/Course/SmartSearch.cshtml
내용오류 수정
This commit is contained in:
kdh0120 2021-11-10 06:17:10 +00:00
parent d3ce5b01b3
commit 7885d22a3c
1 changed files with 2 additions and 2 deletions

View File

@ -269,11 +269,11 @@
$(".spnCmTargetHtml").show();
}
if (d.goalhtml != null && d.goalhtml != "" && d.goalhtml != undefined) {
$("#spnCmGoalHtml").html(d.introhtml);
$("#spnCmGoalHtml").html(d.goalhtml);
$(".spnCmGoalHtml").show();
}
if (d.contenthtml != null && d.contenthtml != "" && d.contenthtml != undefined) {
$("#spnCmContentHtml").html(d.introhtml);
$("#spnCmContentHtml").html(d.contenthtml);
$(".spnCmContentHtml").show();
}
});