去掉调整链接
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
@if (getArticlesBYCate(14,3)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate(14,3) as $article)
|
||||
<li>
|
||||
<a href="{{ $article->link }}" target="_blank">
|
||||
{{-- <a href="{{ $article->link }}" target="_blank">--}}
|
||||
<div class="ce-img surveyLeader-img">
|
||||
<span style="background-image: url({{ $article->cover_path }});"></span>
|
||||
</div>
|
||||
@@ -40,7 +40,7 @@
|
||||
<span>职称:{{ $article->rank }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
{{-- </a>--}}
|
||||
</li>
|
||||
@endforeach
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user