Commit edc8480f by 陈超

A

parent f5680964
......@@ -226,7 +226,8 @@
startDo: function(item) {
let url = "{:U('exam/Index/exam')}"
window.location.href = url.replace(/\[.*?\]/g, item.id)
console.log(url.replace(/\[.*?\]/g, item.id))
//window.location.href = url.replace(/\[.*?\]/g, item.id)
},
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