调整显示顺序
This commit is contained in:
@@ -44,12 +44,9 @@
|
||||
</div>
|
||||
<div class="ranksSubject">
|
||||
<!-- 区域地理学 -->
|
||||
|
||||
@if(getCateChild(32)->isNotEmpty())
|
||||
@foreach(getCateChild(32) as $cate)
|
||||
@if (getArticlesBYCate(32,3)->isNotEmpty())
|
||||
<div class="row">
|
||||
@if (getArticlesBYCate($cate->id,3)->isNotEmpty())
|
||||
@foreach (getArticlesBYCate($cate->id,3) as $info)
|
||||
@foreach (getArticlesBYCate(32,3) as $info)
|
||||
<div class="col-xs-12 col-md-4" data-href="{{ $info->link }}">
|
||||
<div class="ranksSubject-list">
|
||||
<div class="ranksSubject-list-name">
|
||||
@@ -62,9 +59,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@endforeach
|
||||
@endif
|
||||
</div>
|
||||
@endforeach
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -284,7 +284,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="srRrends-list-time">
|
||||
{{ $video->format('Y年m月d日') }}
|
||||
{{ $video->created_at->format('Y年m月d日') }}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
@@ -323,7 +323,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="srRrends-list-time">
|
||||
{{ $info->format('Y年m月d日') }}
|
||||
{{ $info->created_at->format('Y年m月d日') }}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user