Commit 67c82728 by 冷斌

fix bug

parent eb2cb014
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
} }
}) })
}, },
onShow: function () { onShow: function (item) {
let url = "{:U('exams/index/examsroom')}" + "&paper_id=" + item.id + "&joinType=1&review=true" let url = "{:U('exams/index/examsroom')}" + "&paper_id=" + item.id + "&joinType=1&review=true"
window.location.href = url window.location.href = url
}, },
......
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