From 233eb98ff13776d4ed519ced7950266b977ad044 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 9 Jul 2024 11:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E4=BB=A5=E5=8F=8A=E9=83=A8=E5=88=86=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user_manage/user_list.vue | 38 +++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/src/views/user_manage/user_list.vue b/src/views/user_manage/user_list.vue index 2a822bb..21bb7b7 100644 --- a/src/views/user_manage/user_list.vue +++ b/src/views/user_manage/user_list.vue @@ -27,22 +27,23 @@
-
- -
+
会员数
-
{{ shopInfo.userTotal }}
+
{{ shopInfo.userTotal||0 }}
会员余额
-
{{ shopInfo.chageTotal }}
+
{{ shopInfo.balanceTotal||0 }}
- +
充值金额
+
{{ shopInfo.chageTotal||0 }}
+
@@ -99,6 +100,7 @@
@@ -107,6 +109,7 @@