Commit 68389681 by 冷斌

fix bug

parent 86c31b07
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
items: [] items: []
}], }],
cacheKeyWorlds: this.getCacheKeyWorlds(), cacheKeyWorlds: this.getCacheKeyWorlds(),
yulan: true yulan: false
} }
}, },
computed: { computed: {
...@@ -373,6 +373,7 @@ ...@@ -373,6 +373,7 @@
}) })
return return
} }
console.log(item);
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