|
@@ -14,9 +14,9 @@
|
|
|
主讲人:<span>{{ detail.speakerName }}</span>
|
|
|
</p>
|
|
|
<p class="teacherName sub">
|
|
|
- 主题:<span>{{ detail.roomTitle }}</span>
|
|
|
+ 主题:<span>{{ detail.roomTitle }}</span>
|
|
|
</p>
|
|
|
- <el-button type="text" class="fontBtn" @click="payVisible = true"
|
|
|
+ <el-button type="text" class="fontBtn" @click="payVisible = true" v-if=" videoList.length>0"
|
|
|
>直播回放 <i class="el-icon-video-play"></i
|
|
|
></el-button>
|
|
|
</el-row>
|
|
@@ -52,7 +52,7 @@
|
|
|
v-model.trim="searchForm.search"
|
|
|
clearable
|
|
|
@keyup.enter.native="search"
|
|
|
- placeholder="直播间编号/标题"
|
|
|
+ placeholder="学员编号/姓名"
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|