This commit is contained in:
2021-07-20 16:59:19 +08:00
parent 627c17122f
commit 2f0884b0e3

View File

@@ -57,8 +57,8 @@
</div>
<div class="swiper-container indexBuild-swiper swiper-container-vertical">
<div class="swiper-wrapper">
@if (getArticlesBYCate(28,6)->isNotEmpty())
@foreach (getArticlesBYCate(28,6) as $article)
@if (getArticlesBYCate(28,36)->isNotEmpty())
@foreach (getArticlesBYCate(28,36) as $article)
<div class="swiper-slide">{{ $article->title }}
<span>{{ $article->description }}</span>
</div>