From 5b125c15b2bb7595178016c09be86ef14cd4b8d0 Mon Sep 17 00:00:00 2001 From: yuk255 Date: Thu, 9 Oct 2025 10:00:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=AD=A6=E5=91=98?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Profile.vue | 988 ++++++++++++++++++------------------------ 1 file changed, 422 insertions(+), 566 deletions(-) diff --git a/src/views/Profile.vue b/src/views/Profile.vue index 84dc6ee..bbb9c21 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -514,158 +514,12 @@ -
- -
- 全部练习 - 练习中 - 已结束 -
+ - -
- - -
-
- -
{{ practice.title }}
- - -
- {{ practice.score }} -
- - -
-
- 练习日期: - {{ practice.practiceDate }} -
-
- 练习时间: - {{ practice.duration }}分钟 -
-
- 题库数量: - {{ practice.questionCount }} -
-
- - -
-
- 答对 - {{ practice.correctCount || 0 }} -
- -
-
- 答错 - {{ practice.wrongCount || 0 }} -
-
-
- {{ practice.description || '该练习包含' + practice.questionCount + '道题目,涵盖了相关知识点。' }} -
- - - -
-
-
-
- -
- 全部活动 - 进行中 - 已结束 -
+ - -
- - -
-
- -
- 活动图片 -
- - -

{{ activity.title }}

- - - -
- -
- {{ activity.description }} -
-
- - -
-
- 活动时间: - {{ activity.activityDate }} -
-
- 活动类型: - {{ activity.activityType }} -
-
- 已报名: - {{ activity.registeredCount }} -
-
- - - - - -
-
-
@@ -1181,7 +1035,7 @@