feat: 视频封面图显示

This commit is contained in:
cgd_mac 2022-02-25 20:24:02 +08:00
parent d40af76800
commit 698c2e719f
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ export default {
{ dataIndex: 'submitWay', title: '提交形式', align: 'center' }, { dataIndex: 'submitWay', title: '提交形式', align: 'center' },
{ {
dataIndex: 'timeSlot', dataIndex: 'timeSlot',
title: '考试时间', title: '考试时间',
align: 'center', align: 'center',
scopedSlots: { customRender: 'timeSlot' } scopedSlots: { customRender: 'timeSlot' }
}, },

View File

@ -134,7 +134,7 @@ export default {
{ name: 'FullscreenToggle' } // { name: 'FullscreenToggle' } //
] ]
}, },
poster: selected.coverPath poster: selected.coverPath && selected.coverPath.split(',')[0]
} }
} }
this.catalogueList = data this.catalogueList = data