Commit e77dc044 authored by zhengke's avatar zhengke

修改

parent ed1472f4
......@@ -358,7 +358,7 @@ export default {
time: 1 * 60 * 60 * 1000,
statusBarHeight: 0,
// msg: { GuestId: Gid, PaperId: 6, Id: 3 },
msg: { GuestId: Gid, PaperId: 0, PublishId: 0 },
msg: { GuestId: Gid, PaperId: 0, PublishId: 0 ,Exam_Student_Id: 0},
peaperDetail: {},
changeIndex: 0, //大题序号
isLast: false, //用于判断是否从后往前翻
......@@ -433,6 +433,7 @@ export default {
onLoad(options) {
this.msg.PaperId = options.PaperId;
this.msg.PublishId = options.Id;
this.msg.Exam_Student_Id = options.Exam_Student_Id;
this.getPaperDetail();
},
};
......
......@@ -100,7 +100,7 @@
:style="{ 'background-image': `url(${item.PicList[0]})` }"
@click="
jumpPage(
`/pages/exam/examPaper?PaperId=${item.PaperId}&&Id=${item.Id}`
`/pages/exam/examPaper?PaperId=${item.PaperId}&&Id=${item.Id}&&Exam_Student_Id=${item.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