diff --git a/src/components/userRecord/tur-overview-grid.vue b/src/components/userRecord/tur-overview-grid.vue
index 1a2d6b4b..147a3769 100644
--- a/src/components/userRecord/tur-overview-grid.vue
+++ b/src/components/userRecord/tur-overview-grid.vue
@@ -17,11 +17,16 @@
:text="data.avatarFetter"
icon="/icon/material/105.webp"
/>
-
+
+
+
+
+
diff --git a/src/components/userRecord/tur-overview-sub.vue b/src/components/userRecord/tur-overview-sub.vue
index 1c2e20b2..b11eac78 100644
--- a/src/components/userRecord/tur-overview-sub.vue
+++ b/src/components/userRecord/tur-overview-sub.vue
@@ -6,8 +6,10 @@
-
-
![icon]()
+
+
+
+
{{ props.text }}
@@ -19,7 +21,7 @@
interface TAOProps {
title: string;
text: string | number | undefined;
- icon?: string;
+ icon?: string | undefined;
}
const props = defineProps();