Commit 70f3d61a by 陈超

A

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