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

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

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