2023年10月16日 新增后台展示直播页教室名称
This commit is contained in:
parent
7e3b74a40e
commit
b117cb7138
|
@ -20,6 +20,11 @@
|
|||
{{ ktangInfo.zc || ' ' }}-{{ ktangInfo.skjs || ' ' }}
|
||||
</div>
|
||||
</template> -->
|
||||
<template #title>
|
||||
<span class="" style="border-radius: 5px;">
|
||||
{{ ((tableData[0])?.xq) || '' }}
|
||||
</span>
|
||||
</template>
|
||||
<div style="padding: 1rem;">
|
||||
<!-- <div >{{ mainVideoCardBoxTitle || '' }}</div> -->
|
||||
<bVideo ref="mainVideo" videoId="mainVideo" :videoOption="{ autoplay: true }" @load-end="mainVideoLoadEnd"/>
|
||||
|
|
Loading…
Reference in New Issue