提交 2fe4c775 authored 作者: lihuihui's avatar lihuihui

修改结果页标题

上级 37fe7601
......@@ -100,7 +100,7 @@
</div>
</div>
</div>
<div :class="ratioNum == 100 ? 'st-btn cent' : 'st-btn'" v-if="title === '随堂小测' || title === '真题实战' || title === '知识点小测'">
<div :class="ratioNum == 100 ? 'st-btn cent' : 'st-btn'" v-if="title === '考点练习' || title === '真题实战' || title === '章节练习'">
<div class="btn" @click="go(1)">全部解析</div>
<div class="btn" @click="go(-1)" v-if="ratioNum !== 100">错题解析</div>
</div>
......@@ -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 === 1 || this.$route.query.type === '1' ? this.title = '考点练习' : this.title = '章节练习'
} else {
this.$route.query.type === 1 || this.$route.query.type === '1' ? this.title = '考前摸底' : this.title = '真题实战'
}
......
......@@ -40,7 +40,7 @@
</div>
</div>
<div class="role-tit">选择角色:</div>
<div class="describe">请认真选择角色,选定后,模拟考试题型会针对角色为您匹配最准确的题型!</div>
<div class="describe">请认真选择角色,选定后,真题实战题型会针对角色为您匹配最准确的题型!</div>
<div class="sele-role">
<div @click="changeActive(1)" :class="roleChange == 1 ? 'btn active' : 'btn'">
<i></i>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论