Commit c9466caf authored by zhengke's avatar zhengke

1

parent b3d28143
...@@ -341,7 +341,6 @@ ...@@ -341,7 +341,6 @@
:paperData="peaperDetail" :paperData="peaperDetail"
@hideAnswer="hideAnswerSheet" @hideAnswer="hideAnswerSheet"
@chooseTopic="jumpTopic" @chooseTopic="jumpTopic"
@hideAnswer="hideAnswerSheet"
v-if="isShowAnswerSee" v-if="isShowAnswerSee"
/> />
</view> </view>
...@@ -607,7 +606,6 @@ export default { ...@@ -607,7 +606,6 @@ export default {
this.isOperate = false this.isOperate = false
} }
} }
console.log('1111');
await this.getPaperDetail(); await this.getPaperDetail();
if (options.showScore) { if (options.showScore) {
this.isShowAnswer = true; this.isShowAnswer = true;
......
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