QQ扫一扫联系
使用如下代码,文档还没及时更新
@foreach(\MCms::paginateChildrenCatByUrl('news') as $cat)
{{$cat['id']}}{{$cat['title']}}||
@endforeach
module::Xxx.View.xxx 继承的是 module/Xxx/View/xxx.blade.php
可以自己实现框架 frame 如放置在 module/Xxx/View/pc/frame.blade.php
使用 $extends('module::Xxx.View.xxx.pc')
可参考