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 @@