Commit c4337edf authored by 罗超's avatar 罗超

1

parent 966c50b7
......@@ -97,7 +97,6 @@ import {
onMounted,
} from "vue";
import { changeNumToHan } from "../../utils/index";
import { submitPaper } from "../../api/exam";
export default {
props: {
paperData: Object,
......
......@@ -335,12 +335,13 @@
@chooseTopic="jumpTopic"
ref="answer"
/>
<!-- 答题卡查看对错 -->
<view v-if="isShowAnswerSee">
<answerSee :paperData="peaperDetail" @chooseTopic="jumpTopic" />
</view>
</view>
<!-- 答题卡查看对错 -->
<answerSee
:paperData="peaperDetail"
@chooseTopic="jumpTopic"
v-if="isShowAnswerSee"
/>
</view>
<view class="answer-con" v-if="isShowNotice">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment