更新
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'no_href' => [13],
|
'no_href' => [
|
||||||
|
// 13
|
||||||
|
],
|
||||||
];
|
];
|
||||||
@@ -86,12 +86,13 @@
|
|||||||
</a> -->
|
</a> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="organCont">
|
<div class="organCont">
|
||||||
|
<img src="/assets/index/images/najgImg.png"/>
|
||||||
@if (getCateChild(13)->isNotEmpty())
|
@if (getCateChild(13)->isNotEmpty())
|
||||||
@foreach (getCateChild(13) as $cate)
|
@foreach (getCateChild(13) as $cate)
|
||||||
<div class="organLabel">
|
<!-- <div class="organLabel">
|
||||||
<!-- <div class="organLabel-name">
|
<div class="organLabel-name">
|
||||||
{{ $cate->title }}
|
{{ $cate->title }}
|
||||||
</div> -->
|
</div>
|
||||||
<ul class="organLabel-list">
|
<ul class="organLabel-list">
|
||||||
@if($cate->childrens)
|
@if($cate->childrens)
|
||||||
@foreach ($cate->childrens as $child)
|
@foreach ($cate->childrens as $child)
|
||||||
@@ -107,7 +108,7 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
@endif
|
@endif
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div> -->
|
||||||
@endforeach
|
@endforeach
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user