调整显示顺序
This commit is contained in:
@@ -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