diff --git a/resources/views/index/index.blade.php b/resources/views/index/index.blade.php index 3e6df19..433e73d 100644 --- a/resources/views/index/index.blade.php +++ b/resources/views/index/index.blade.php @@ -14,7 +14,7 @@ / {{ getOneCategory(7,'description') }}
- 查看更多 + 查看更多
@@ -35,10 +35,12 @@
@endif @@ -70,18 +72,19 @@ -
-
-
-
- {{ getOneCategory(24,'title') }}/ {{ getOneCategory(24,'description') }} + @if (getArticlesBYCate(24,4)->isNotEmpty()) + +
+
+
+
+ {{ getOneCategory(24,'title') }}/ {{ getOneCategory(24,'description') }} +
+
+ 查看更多 +
-
- 查看更多 -
-
-
    - @if (getArticlesBYCate(24,4)->isNotEmpty()) +
      @foreach (getArticlesBYCate(24,4) as $article)
    • @@ -93,10 +96,11 @@
    • @endforeach - @endif -
    +
+
-
+ @endif + @@ -188,19 +192,20 @@ -
-
-
-
- {{ getOneCategory(8,'title') }}/ {{ getOneCategory(8,'description') }} -
-
-
- -
-
+ @if (getArticlesBYCate(8,4)->isNotEmpty()) + +
+
+
+
+ {{ getOneCategory(8,'title') }}/ {{ getOneCategory(8,'description') }} +
+
+
+ +
+
- @if (getArticlesBYCate(8,4)->isNotEmpty()) @foreach (getArticlesBYCate(8,4) as $article)
@@ -219,17 +224,18 @@
@endforeach - @endif +
+
+ +
+
>
+
<
-
- -
-
>
-
<
-
+ @endif + @endsection