提交 65eee044 authored 作者: lihuihui's avatar lihuihui

答题卡清空

上级 551532fc
...@@ -230,7 +230,6 @@ export default { ...@@ -230,7 +230,6 @@ export default {
Toast('收藏成功') Toast('收藏成功')
item.is_collection = true item.is_collection = true
}) })
console.log(item)
}, },
removeColl(id, callback) { removeColl(id, callback) {
apiMy.deleteQuestion({ type: 2, question_id: id }).then(res => { apiMy.deleteQuestion({ type: 2, question_id: id }).then(res => {
......
...@@ -78,7 +78,7 @@ export default { ...@@ -78,7 +78,7 @@ export default {
methods: { methods: {
clearQuestion() { clearQuestion() {
const param = { const param = {
type: this.$route.query.type === 3, type: this.$route.query.type,
question_type: this.$route.query.questionType, question_type: this.$route.query.questionType,
clear: 1 clear: 1
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论