去掉调整链接
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user