From 407bd716608ea17086b4ccf1996bf05b4ef18430 Mon Sep 17 00:00:00 2001 From: lch Date: Fri, 21 May 2021 07:16:08 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/Course/ApplyEdu.cshtml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index d251f8e..33440da 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -414,7 +414,7 @@ setScd(); }); - $("input:radio[name='isrebate']").change(function () { + $("input:radio[name='isrebate']").on("click",function () { if ($(this).val() == "1") { $(".div-isCompany").hide(); $(".div-rbankInfo").show(); @@ -431,7 +431,7 @@ } }); - $("input:radio[name='isaccommodation']").change(function () { + $("input:radio[name='isaccommodation']").on("click",function () { var total; if ($(this).val() == "1") { total = model.cm.infee + model.cm.accommofee; @@ -501,11 +501,9 @@ } if (model.assign.asno == 0) { - $("#btnassign").show(); - $(".div-companyInfo").hide(); + $("#btnassign").show(); } else { - $("#btnassign").hide(); - $(".div-companyInfo").show(); + $("#btnassign").hide(); } } function bindassign(v) {