|
|
@@ -58,10 +58,16 @@
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <PreviewOperation v-if="data.input_list.length > 0" @showAnswerAnalysis="showAnswerAnalysis" @retry="retry" />
|
|
|
+ <PreviewOperation
|
|
|
+ v-if="data.input_list.length > 0"
|
|
|
+ @showAnswerAnalysis="showAnswerAnalysis"
|
|
|
+ @judgeCorrect="judgeCorrect"
|
|
|
+ @retry="retry"
|
|
|
+ />
|
|
|
<AnswerCorrect
|
|
|
:answer-correct="data?.answer_correct"
|
|
|
:visible.sync="visibleAnswerCorrect"
|
|
|
+ :is-check-correct="isCheckCorrect"
|
|
|
@closeAnswerCorrect="closeAnswerCorrect"
|
|
|
/>
|
|
|
<AnswerAnalysis
|