diff --git a/resources/views/category/kxjs_rcdw.blade.php b/resources/views/category/kxjs_rcdw.blade.php
index 69b0c75..84b8d89 100644
--- a/resources/views/category/kxjs_rcdw.blade.php
+++ b/resources/views/category/kxjs_rcdw.blade.php
@@ -44,27 +44,22 @@
-
- @if(getCateChild(32)->isNotEmpty())
- @foreach(getCateChild(32) as $cate)
-
- @if (getArticlesBYCate($cate->id,3)->isNotEmpty())
- @foreach (getArticlesBYCate($cate->id,3) as $info)
-
-
-
- {{ $info->title }}
-
-
-
-
-
-
+ @if (getArticlesBYCate(32,3)->isNotEmpty())
+
+ @foreach (getArticlesBYCate(32,3) as $info)
+
+
+
+ {{ $info->title }}
- @endforeach
- @endif
-
- @endforeach
+
+
+
+
+
+
+ @endforeach
+
@endif
diff --git a/resources/views/category/kxyj.blade.php b/resources/views/category/kxyj.blade.php
index 16242cf..1dd615a 100644
--- a/resources/views/category/kxyj.blade.php
+++ b/resources/views/category/kxyj.blade.php
@@ -284,7 +284,7 @@
- {{ $video->format('Y年m月d日') }}
+ {{ $video->created_at->format('Y年m月d日') }}
@@ -323,7 +323,7 @@
- {{ $info->format('Y年m月d日') }}
+ {{ $info->created_at->format('Y年m月d日') }}