From fd3acb28d3907caec733cbf270e687859902727c Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 11 七月 2022 18:21:09 +0800 Subject: [PATCH] user order count --- src/views/index/components/userCard.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/index/components/userCard.vue b/src/views/index/components/userCard.vue index c7eb57c..1ac012f 100644 --- a/src/views/index/components/userCard.vue +++ b/src/views/index/components/userCard.vue @@ -25,6 +25,7 @@ <script> export default { props: { + userBuyInfo:Object, userCardArr: { type: Array, default: () => { @@ -35,7 +36,7 @@ }, { num: "_", - label: "寰呮秷璐�", + label: "寰呯画璐�", }, { num: "_", -- Gitblit v1.8.0