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>
...@@ -579,7 +578,7 @@ export default { ...@@ -579,7 +578,7 @@ export default {
...methods, ...methods,
}; };
}, },
async onLoad(options) { async onLoad(options) {
if (options.GuestId) { if (options.GuestId) {
this.msg.GuestId = options.GuestId; this.msg.GuestId = options.GuestId;
} }
...@@ -607,8 +606,7 @@ export default { ...@@ -607,8 +606,7 @@ 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;
this.isShowAnswerSee = true; this.isShowAnswerSee = 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