From 1a783e0a2068b1a99efb7a078f4a615f68dec18f Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 18 七月 2022 16:15:35 +0800 Subject: [PATCH] add desc --- 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