Commit c4337edf authored by 罗超's avatar 罗超

1

parent 966c50b7
...@@ -97,7 +97,6 @@ import { ...@@ -97,7 +97,6 @@ import {
onMounted, onMounted,
} from "vue"; } from "vue";
import { changeNumToHan } from "../../utils/index"; import { changeNumToHan } from "../../utils/index";
import { submitPaper } from "../../api/exam";
export default { export default {
props: { props: {
paperData: Object, paperData: Object,
......
...@@ -335,12 +335,13 @@ ...@@ -335,12 +335,13 @@
@chooseTopic="jumpTopic" @chooseTopic="jumpTopic"
ref="answer" ref="answer"
/> />
<!-- 答题卡查看对错 -->
<view v-if="isShowAnswerSee">
<answerSee :paperData="peaperDetail" @chooseTopic="jumpTopic" />
</view>
</view> </view>
<!-- 答题卡查看对错 -->
<answerSee
:paperData="peaperDetail"
@chooseTopic="jumpTopic"
v-if="isShowAnswerSee"
/>
</view> </view>
<view class="answer-con" v-if="isShowNotice"> <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