Commit c9466caf authored by zhengke's avatar zhengke

1

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