Commit 195a7469 authored by zhengke's avatar zhengke

1

parent 1cec4b9b
...@@ -380,8 +380,7 @@ export default { ...@@ -380,8 +380,7 @@ export default {
let data = reactive({ let data = reactive({
time: 999, time: 999,
statusBarHeight: 0, statusBarHeight: 0,
// msg: { GuestId: 0, PaperId: 0, PublishId: 0}, msg: { GuestId: 0, PaperId: 0, PublishId: 0},
msg: { GuestId: 20, PaperId: 9, PublishId: 1,isShowAnswer:true},
peaperDetail: {}, peaperDetail: {},
changeIndex: 0, //大题序号 changeIndex: 0, //大题序号
...@@ -463,15 +462,15 @@ export default { ...@@ -463,15 +462,15 @@ export default {
}; };
}, },
onLoad(options) { onLoad(options) {
// if(options.GuestId){ if(options.GuestId){
// this.msg.GuestId = options.GuestId; this.msg.GuestId = options.GuestId;
// } }
// if (options.PaperId) { if (options.PaperId) {
// this.msg.PaperId = options.PaperId; this.msg.PaperId = options.PaperId;
// } }
// if (options.Id) { if (options.Id) {
// this.msg.PublishId = options.Id; this.msg.PublishId = options.Id;
// } }
if (options.Exam_Student_Id) { if (options.Exam_Student_Id) {
this.Exam_Student_Id = options.Exam_Student_Id; this.Exam_Student_Id = options.Exam_Student_Id;
} }
......
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