From c9fb4ff9d141cd89182189359810c44b479fb311 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 7 Jul 2021 16:46:06 +0900 Subject: [PATCH] =?UTF-8?q?UI=20:=20=EC=98=B5=EC=85=98=20=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=EC=83=81=ED=92=88=EC=97=90=EC=84=9C=20=EC=88=98?= =?UTF-8?q?=EB=9F=89=20=EB=B3=80=EA=B2=BD=ED=95=A0=20=EB=95=8C=20UI=20?= =?UTF-8?q?=EC=9D=BC=EA=B4=80=EB=90=98=EA=B2=8C=20=ED=91=9C=EC=8B=9C?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/shop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/shop.js b/js/shop.js index f1281f4c3..da9dbba88 100644 --- a/js/shop.js +++ b/js/shop.js @@ -480,7 +480,7 @@ function price_calculate() } }); - $("#sit_tot_price").empty().html("총 금액 : "+number_format(String(total))+"원"); + $("#sit_tot_price").empty().html("총 금액 :"+number_format(String(total))+" 원"); $("#sit_tot_price").trigger("price_calculate", [total]); }