From 969c8355636e77139d0d66a9f22286747f662d98 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Thu, 5 Sep 2024 10:50:15 +0800 Subject: [PATCH 1/4] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/model-user-info/index.vue | 8 ++++---- .../model-user-info/model-user-info-content.vue | 4 ++-- src/views/layout/components/main/default/user-info.ts | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/model-user-info/index.vue b/src/components/model-user-info/index.vue index 846ef7a8..11a9b5c3 100644 --- a/src/components/model-user-info/index.vue +++ b/src/components/model-user-info/index.vue @@ -11,7 +11,7 @@
- +
@@ -46,14 +46,14 @@ const stats_list = reactive([ ]); interface icon_params { id: string; - src: uploadList[]; + img: uploadList[]; icon: string; href: string; } const user_info = ref(['1', '2', '3', '4']); const icon_setting = ref([ - { id: '1', src: [], icon: '', href: 'a' }, - { id: '2', src: [], icon: '', href: 'a' }, + { id: '1', img: [], icon: '', href: 'a' }, + { id: '2', img: [], icon: '', href: 'a' }, ]); const base_data = reactive({ // 头像大小 diff --git a/src/components/model-user-info/model-user-info-content.vue b/src/components/model-user-info/model-user-info-content.vue index 34958da4..f57d1351 100644 --- a/src/components/model-user-info/model-user-info-content.vue +++ b/src/components/model-user-info/model-user-info-content.vue @@ -16,7 +16,7 @@ - +