补充结束时的画面

This commit is contained in:
Jerry Yan 2022-07-10 17:19:30 +08:00
parent 7ed59ddfd2
commit 9075fd29b8

View File

@ -18,6 +18,7 @@
<td>节目标签</td>
<td>点播及追加</td>
<td>视频地址及位置</td>
<td>结束时的画面</td>
</tr>
</thead>
<tbody>
@ -71,6 +72,15 @@
</a>
@endforeach
</td>
<td>
@foreach($program->video_pivots as $video_pivot)
@if($video_pivot->stop_image)
<img width="300" src="{{$video_pivot->stop_image}}" alt="结束时的画面">
@else
<div>暂无</div>
@endif
@endforeach
</td>
</tr>
@endforeach
</tbody>