admin 发表于 2023-3-12 14:51:16

文库系统首页分类显示

<div class="ub-html content">
                                                    <pre class="brush:php;toolbar:false">@foreach($categoryTree as $c)
    {{$c['title']}}
    @if(!empty($c['_child']))
        @foreach($c['_child'] as $cc)
            {{$cc['title']}}
        @endforeach
    @endif
@endforeach</pre>

<p><br></p>
                                                </div>
页: [1]
查看完整版本: 文库系统首页分类显示