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}}。