调整页面

This commit is contained in:
2020-09-18 13:45:13 +08:00
parent 46d12cbf68
commit b8024dcace
14 changed files with 268 additions and 50 deletions

View File

@@ -249,7 +249,9 @@
<a class="nav-talent-team-item" style="background-image: url({{ $children->cover_path }});" href="{{ $children->link }}"></a>
@endforeach
@endif
<a class="nav-talent-team-item" style="background-image: url({{ getOneCategory(58,'title') }});" href="{{ getOneCategory(58,'link') }}"></a>
@if (getOneCategory(58,'cover_path'))
<a class="nav-talent-team-item" style="background-image: url({{ getOneCategory(58,'cover_path') }});" href="{{ getOneCategory(58,'link') }}"></a>
@endif
</div>
</div>