From 07c2d567e09ab2e5d7d4b801b6b680539ce61b75 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Fri, 18 Nov 2022 11:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=99=BE?= =?UTF-8?q?=E5=88=86=E6=AF=94=E6=98=BE=E7=A4=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/formatMoney.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/formatMoney.js b/src/utils/formatMoney.js index 2277f99..f4d396d 100644 --- a/src/utils/formatMoney.js +++ b/src/utils/formatMoney.js @@ -10,7 +10,7 @@ export function formatMoney(money) { point = num.substring(num.indexOf('.')) num = parseInt(num) }else { - point = '.00' + // point = '.00' } // 循环添加逗号