Merge pull request #81 from whitedot/ui-fix

UI 수정사항 반영
This commit is contained in:
kagla
2022-03-07 14:56:43 +09:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -480,7 +480,7 @@ function price_calculate()
}
});
$("#sit_tot_price").empty().html("<span>총 금액 :</span> "+number_format(String(total))+"원");
$("#sit_tot_price").empty().html("<span>총 금액 :</span><strong>"+number_format(String(total))+"</strong> 원");
$("#sit_tot_price").trigger("price_calculate", [total]);
}