UI : 옵션 없는 상품에서 수량 변경할 때 UI 일관되게 표시되도록 수정

This commit is contained in:
whitedot
2021-07-07 16:46:06 +09:00
parent 6b52f0570d
commit c9fb4ff9d1

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]);
}