From e0519a475bf670da68869e1deaa26b15501182c5 Mon Sep 17 00:00:00 2001 From: 18571350067 Date: Sat, 26 Feb 2022 11:24:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=94=E9=A2=98=E8=A7=A3=E6=9E=90=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=AD=A3=E7=A1=AE=E7=AD=94?= =?UTF-8?q?=E6=A1=88=E3=80=81=E6=88=91=E7=9A=84=E7=AD=94=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DbQuestionInfoItem/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DbQuestionInfoItem/index.vue b/src/components/DbQuestionInfoItem/index.vue index 0713559..1d07892 100644 --- a/src/components/DbQuestionInfoItem/index.vue +++ b/src/components/DbQuestionInfoItem/index.vue @@ -33,7 +33,7 @@ 统计 -
答题时间:{{data.answerTime}}秒,全站正确率:{{data.accuracyRate}}%,易错项:{{data.wrongItem || '无'}}。
+
答题时间:{{data.answerTime}}秒,全站正确率:{{data.accuracyRate}}%,易错项:{{data.wrongItem || '无'}},正确答案:{{data.rightAnswerList}},我的答案:{{data.myAnswerList}}。