diff --git a/src/components/card/UserCard.vue b/src/components/card/UserCard.vue
index b70eaa0..ea38dbe 100644
--- a/src/components/card/UserCard.vue
+++ b/src/components/card/UserCard.vue
@@ -1,5 +1,5 @@
diff --git a/src/views/layout/components/MyCard.vue b/src/views/layout/components/MyCard.vue
index 4d41c22..11d0497 100644
--- a/src/views/layout/components/MyCard.vue
+++ b/src/views/layout/components/MyCard.vue
@@ -43,6 +43,13 @@ const handleAvatarError = () => {
showAvatar.value = default_avatar
}
+watch(
+ () => userData.user.avatarThumb,
+ (newValue) => {
+ showAvatar.value = newValue
+ }
+)
+
watch(
() => props.isShow,
(newValue) => {