结束图像显示逻辑
This commit is contained in:
parent
f47b0bbd14
commit
b2284d9002
@ -15,7 +15,7 @@
|
|||||||
<label class="block my-2">
|
<label class="block my-2">
|
||||||
结束图像
|
结束图像
|
||||||
@if(count($program->video_pivots) > 0 && $program->video_pivots->last()->stop_image)
|
@if(count($program->video_pivots) > 0 && $program->video_pivots->last()->stop_image)
|
||||||
<img src="{{$program->video_pivots->last()->stop_image}}" alt="结束图片">
|
<img src="{{$program->video_pivots->first()->stop_image}}" alt="结束图片">
|
||||||
@else
|
@else
|
||||||
<div>
|
<div>
|
||||||
<a href="{{route("program.construct.video.list", ["program"=>$program->id])}}"
|
<a href="{{route("program.construct.video.list", ["program"=>$program->id])}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user