Commit 68389681 by 冷斌

fix bug

parent 86c31b07
......@@ -322,7 +322,7 @@
items: []
}],
cacheKeyWorlds: this.getCacheKeyWorlds(),
yulan: true
yulan: false
}
},
computed: {
......@@ -373,6 +373,7 @@
})
return
}
console.log(item);
if (item.price == 0) {
let url = "{:U('exams/index/examsroom')}" + "&paper_id=" + item.id + "&joinType=1"
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