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

updata

上级 67d5f2e6
差异被折叠。
......@@ -61,6 +61,11 @@ import answerCard from '../../components/exam/answerCard.vue'
import question from '../../components/exam/question.vue'
import dialogComponent from '../../components/exam/dialogComponent.vue'
export default {
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
components: {
answerCard,
question,
......
......@@ -16,6 +16,11 @@
</template>
<script>
export default {
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
data() {
return {
width: '',
......
......@@ -16,6 +16,11 @@
</template>
<script>
export default {
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
data() {
return {
clearTime: null,
......
......@@ -66,6 +66,11 @@
<script>
import action from '@action'
export default {
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
data() {
return {
sInfo: JSON.parse(window.localStorage.getItem('studentInfo')),
......
......@@ -24,7 +24,7 @@
</div>
</div>
</div>
<div class="welcome-msg mian-cont900" v-if="data" v-html="data.config.welcome_message"></div>
<div class="welcome-msg mian-cont900" v-if="data"><img src="https://img1.ezijing.com/curriculum/courses/9cb0c3c3e6-wl.jpg" alt="">111111</div>
</div>
</template>
<script>
......@@ -34,6 +34,11 @@ export default {
components: {
// 'my-dia': DialogComponent
},
metaInfo() {
return {
title: JSON.parse(window.localStorage.getItem('examInfo')).name || ''
}
},
data() {
return {
tips: '',
......@@ -166,6 +171,10 @@ export default {
.welcome-msg{
padding-top: 130px;
&::v-deep img{
width: 100%;
display: block;
}
}
.mian-cont900{
margin: 0 auto;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论