From e2fe04749b779cf8d23dfc846472c2e12a0da910 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 2 May 2024 09:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E7=B3=BB=E7=BB=9F=EF=BC=9A=E7=AE=A1=E7=90=86=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E7=9A=84=E5=95=86=E5=9F=8E=E8=AE=A2=E5=8D=95=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=95=B0=E6=8D=AE=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/home/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/mall/home/index.vue b/src/views/mall/home/index.vue index 48cb88b7..89baf334 100644 --- a/src/views/mall/home/index.vue +++ b/src/views/mall/home/index.vue @@ -9,7 +9,7 @@ tag="今日" title="销售额" prefix="¥" - ::decimals="2" + :decimals="2" :value="fenToYuan(orderComparison?.value?.orderPayPrice || 0)" :reference="fenToYuan(orderComparison?.reference?.orderPayPrice || 0)" /> @@ -26,8 +26,8 @@