去掉调整链接

This commit is contained in:
2021-12-10 10:14:36 +08:00
parent 9871830e9c
commit 3dcfe8bc0c

View File

@@ -24,7 +24,7 @@
@if (getArticlesBYCate(14,3)->isNotEmpty()) @if (getArticlesBYCate(14,3)->isNotEmpty())
@foreach (getArticlesBYCate(14,3) as $article) @foreach (getArticlesBYCate(14,3) as $article)
<li> <li>
<a href="{{ $article->link }}" target="_blank"> {{-- <a href="{{ $article->link }}" target="_blank">--}}
<div class="ce-img surveyLeader-img"> <div class="ce-img surveyLeader-img">
<span style="background-image: url({{ $article->cover_path }});"></span> <span style="background-image: url({{ $article->cover_path }});"></span>
</div> </div>
@@ -40,7 +40,7 @@
<span>职称:{{ $article->rank }}</span> <span>职称:{{ $article->rank }}</span>
</div> </div>
</div> </div>
</a> {{-- </a>--}}
</li> </li>
@endforeach @endforeach
@endif @endif