From 114ee304d88c99ea91f60ec78b4a9f2724102625 Mon Sep 17 00:00:00 2001 From: wwz <1144797966@qq.com> Date: Mon, 6 Jan 2025 22:11:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/home.vue | 18 ++++++------------ .../finance/components/withdraw-manage.vue | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/src/views/common/home.vue b/src/views/common/home.vue index c9f8928..51fdbc6 100644 --- a/src/views/common/home.vue +++ b/src/views/common/home.vue @@ -116,6 +116,7 @@     - +
提现次数
{{ - orderStat.cashCount - ? orderStat.cashCount - : 0 - }} + orderStat.cashCount ? orderStat.cashCount : 0 + }}
- +
提现总金额
- {{ - orderStat.cashSum - ? orderStat.cashSum - : 0 - }}{{ orderStat.cashSum ? orderStat.cashSum : 0 }}元
diff --git a/src/views/finance/components/withdraw-manage.vue b/src/views/finance/components/withdraw-manage.vue index ac6f81f..27196d7 100644 --- a/src/views/finance/components/withdraw-manage.vue +++ b/src/views/finance/components/withdraw-manage.vue @@ -43,7 +43,7 @@ - +