提交 f4a89902 authored 作者: zyx's avatar zyx

针对 段老师需求,增加一个特殊账号特殊显示

上级 1e8400f8
......@@ -7,6 +7,9 @@
<el-button class="in-btn" type="primary" size="small" round @click="goLive">进入直播</el-button>
</div>
</template>
<template v-if="isShowPng">
<img style="width: 100%;" src="@/assets/images/theader.jpg" alt="">
</template>
<div class="con-title">{{ $t('pages.learn.course.title') }}</div>
<div class="con-box">
<template v-for="(item, index) in find">
......@@ -72,6 +75,7 @@ export default {
components: { },
data () {
return {
isShowPng: false,
filter: {
studyEarly: 'down',
selectTime: 'down'
......@@ -101,6 +105,9 @@ export default {
}
},
mounted () {
if (window.G && window.G.UserInfo && window.G.UserInfo.uid === '6686837455301115904') {
this.isShowPng = true
}
if (this.timeInterval) {
clearInterval(this.timeInterval)
this.timeInterval = null
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论