Commit 42380b02 by 冷斌

Merge remote-tracking branch 'origin/master'

parents 67c39df7 70f3d61a
...@@ -225,9 +225,8 @@ ...@@ -225,9 +225,8 @@
}, },
startDo: function(item) { startDo: function(item) {
let url = "{:U('exam/Index/exam')}" let url = "{:U('exams/index/examsroom')}" + "&paper_id=" + item.id + "&joinType=1"
console.log(url.replace(/\[.*?\]/g, item.id)) window.location.href = 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