Commit ed1472f4 authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/xiangwei/educationstu into master

parents 61a1687c 885b41cf
...@@ -358,7 +358,7 @@ export default { ...@@ -358,7 +358,7 @@ export default {
time: 1 * 60 * 60 * 1000, time: 1 * 60 * 60 * 1000,
statusBarHeight: 0, statusBarHeight: 0,
// msg: { GuestId: Gid, PaperId: 6, Id: 3 }, // msg: { GuestId: Gid, PaperId: 6, Id: 3 },
msg: { GuestId: Gid, PaperId: 5, PublishId: 1 }, msg: { GuestId: Gid, PaperId: 0, PublishId: 0 },
peaperDetail: {}, peaperDetail: {},
changeIndex: 0, //大题序号 changeIndex: 0, //大题序号
isLast: false, //用于判断是否从后往前翻 isLast: false, //用于判断是否从后往前翻
...@@ -404,7 +404,6 @@ export default { ...@@ -404,7 +404,6 @@ export default {
}, },
//获取答案改变后的数据 //获取答案改变后的数据
getAnswerChange(val, index) { getAnswerChange(val, index) {
console.log("父组件答案改变", val, index);
data.peaperDetail.Paper.GroupList[index] = val; data.peaperDetail.Paper.GroupList[index] = val;
}, },
//跳转到指定题目 //跳转到指定题目
......
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