This commit is contained in:
JSYOO 2021-12-01 11:36:26 +09:00
parent f1d5e691a6
commit e4775e6214

View File

@ -279,7 +279,7 @@
t_btn +="<div>대출예약 가능</div>";
}else if(obj.ableRentNow == false)
{
t_btn +="<div class='imposs'>대출신청/예약 불가</div>";
t_btn +="<div class='imposs'>대출신청/예약 불가</div>";
}
if(obj.ableReadNow == true)
{