微调
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
<ul class="org-inst-ul">
|
||||
<li>
|
||||
<span><i class="fa fa-chevron-circle-right"></i>{{ getOneCategory(37,'title') }}</span>
|
||||
<span data-href="{{ getOneCategory(37,'link') }}"><i class="fa fa-chevron-circle-right"></i>{{ getOneCategory(37,'title') }}</span>
|
||||
<span><i class="fa fa-chevron-right"></i></span>
|
||||
@if (getCateChild(37)->isNotEmpty())
|
||||
@foreach (getCateChild(37) as $child)
|
||||
@@ -31,7 +31,7 @@
|
||||
@endif
|
||||
</li>
|
||||
<li>
|
||||
<span><i class="fa fa-chevron-circle-right"></i>{{ getOneCategory(38,'title') }}</span>
|
||||
<span data-href="{{ getOneCategory(38,'link') }}"><i class="fa fa-chevron-circle-right"></i>{{ getOneCategory(38,'title') }}</span>
|
||||
<span><i class="fa fa-chevron-right"></i></span>
|
||||
@if (getCateChild(38)->isNotEmpty())
|
||||
@foreach (getCateChild(38) as $child)
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
<ul class="org-inst-ul">
|
||||
<li>
|
||||
<span><i class="fa fa-chevron-circle-right"></i>{{ getOneCategory(37,'title') }}</span>
|
||||
<span data-href="{{ getOneCategory(37,'link') }}"><i class="fa fa-chevron-circle-right"></i>{{ getOneCategory(37,'title') }}</span>
|
||||
<span><i class="fa fa-chevron-right"></i></span>
|
||||
@if (getCateChild(37)->isNotEmpty())
|
||||
@foreach (getCateChild(37) as $child)
|
||||
@@ -67,7 +67,7 @@
|
||||
@endif
|
||||
</li>
|
||||
<li>
|
||||
<span><i class="fa fa-chevron-circle-right"></i>{{ getOneCategory(38,'title') }}</span>
|
||||
<span data-href="{{ getOneCategory(38,'link') }}"><i class="fa fa-chevron-circle-right"></i>{{ getOneCategory(38,'title') }}</span>
|
||||
<span><i class="fa fa-chevron-right"></i></span>
|
||||
@if (getCateChild(38)->isNotEmpty())
|
||||
@foreach (getCateChild(38) as $child)
|
||||
|
||||
Reference in New Issue
Block a user