提交 c41ef047 authored 作者: lihuihui's avatar lihuihui

结果页样式修改

上级 72a7a6de
......@@ -158,7 +158,7 @@ export default {
},
mounted() {
if (this.$route.query.course_id || this.$route.query.tag_id) {
this.$route.query.type === 1 || this.$route.query.type === '1' ? this.title = '考点练习' : this.title = '章节练习'
this.$route.query.type === 2 || this.$route.query.type === '2' ? this.title = '考点练习' : this.title = '章节练习'
} else {
this.$route.query.type === 1 || this.$route.query.type === '1' ? this.title = '考前摸底' : this.title = '真题实战'
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论