From 9c1e808c7aff3a4c8e786a0dee840f701dd474ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=94=E5=A7=AC=E6=A1=91?= Date: Sun, 25 Oct 2020 12:10:36 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E5=85=AC=E5=91=8A=E8=BF=87=E5=A4=9A?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/user/index.blade.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/resources/views/user/index.blade.php b/resources/views/user/index.blade.php index 7b853a3c..fe311fd0 100644 --- a/resources/views/user/index.blade.php +++ b/resources/views/user/index.blade.php @@ -157,14 +157,8 @@ {{trans('home.announcement')}} -
- +
+ {{$noticeList->links()}}
@if(!$noticeList -> isEmpty()) @foreach($noticeList as $notice) -

{!!$notice->title!!}

- {!! $notice->content !!} +

{!!$notice->title!!}

@if($notice->updated_at) - 更新于 {{$notice->updated_at}} +

更新于 {{$notice->updated_at}}

@endif + {!! $notice->content !!} @endforeach @else

暂无公告