diff --git a/resources/views/category/kxjs_rcdw.blade.php b/resources/views/category/kxjs_rcdw.blade.php index 7e1631f..545b32d 100644 --- a/resources/views/category/kxjs_rcdw.blade.php +++ b/resources/views/category/kxjs_rcdw.blade.php @@ -102,7 +102,8 @@
@if(getCateChild(42)->isNotEmpty()) @foreach(getCateChild(42) as $cate) -
+
{{ $cate->title }}
diff --git a/resources/views/index/index.blade.php b/resources/views/index/index.blade.php index 6f0260c..37a5af0 100644 --- a/resources/views/index/index.blade.php +++ b/resources/views/index/index.blade.php @@ -341,7 +341,7 @@
@if(getCateChild(42)->isNotEmpty()) @foreach(getCateChild(42) as $cate) -
+
{{ $cate->title }}