Commit 35e2edf4 by 冷斌

fix bug

parent 68389681
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
return return
} }
console.log(item); console.log(item);
return ;
if (item.price == 0) { if (item.price == 0) {
let url = "{:U('exams/index/examsroom')}" + "&paper_id=" + item.id + "&joinType=1" let url = "{:U('exams/index/examsroom')}" + "&paper_id=" + item.id + "&joinType=1"
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