补充结束时的画面
This commit is contained in:
parent
7ed59ddfd2
commit
9075fd29b8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user