作者 anyv
1 个管道 的构建 通过 耗费 0 秒

产品

... ... @@ -12,7 +12,13 @@ class CoaController extends AdminBaseController{
$data = Db::name('portal_category') -> select();
$shuju = $this -> wuxian($data);
dump($shuju);die;
foreach ($shuju as $key => $value) {
$arr = explode('-', $value['path']);
if(count($arr) == 4){
$list[] = $value;
}
}
dump($list);die;
return $this -> fetch();
... ...