This commit is contained in:
2020-09-18 13:46:59 +08:00
parent 0dda94cdfd
commit e56cdf597a
3 changed files with 9 additions and 83 deletions

View File

@@ -10,9 +10,9 @@
<p>发表时间:{{ $article->created_at }}</p>
</div>
<div class="ritText">
@if ($article->cover)
<img src="{{ $article->cover_path }}">
@endif
{{-- @if ($article->cover)--}}
{{-- <img src="{{ $article->cover_path }}">--}}
{{-- @endif--}}
<p>
{!! $article->content !!}
</p>