Commit 70f3d61a by 陈超

A

parent 7b6b8b3e
......@@ -225,10 +225,8 @@
},
startDo: function(item) {
//['paper_id'=>$vo['exams_paper_id'],'joinType'=>2]
let url = "{:U('exams/index/examsroom')}"
console.log(url)
//window.location.href = url.replace(/\[.*?\]/g, item.id)
let url = "{:U('exams/index/examsroom')}" + "&paper_id=" + item.id + "&joinType=1"
window.location.href = url
},
onPay: function(item) {
......
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