From 7b5913969f4f3d0845ebbd416498f6b58340eae7 Mon Sep 17 00:00:00 2001 From: xuanchen <122383162@qq.com> Date: Wed, 13 Oct 2021 14:06:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/category/kxjs_rcdw.blade.php | 3 ++- resources/views/index/index.blade.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 }}