You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
3.2 KiB
76 lines
3.2 KiB
<div class="header">
|
|
<div class="tp">
|
|
<div class="wrap">
|
|
<ul>
|
|
<li><a href="/hyzq">会员专区</a></li>
|
|
<li><i>|</i></li>
|
|
<li><a href="/gotogw#abpg5">人才招聘</a></li>
|
|
<li><i>|</i></li>
|
|
<li><a href="https://qiye.aliyun.com" target="_blank"><img class="s1" src="/themes/static_new/images/qms1.png"
|
|
alt=""></a></li>
|
|
<li><i>|</i></li>
|
|
<li>
|
|
{hcTaglib:category id="198" item="vo" field="*"}
|
|
{php}
|
|
$description = $vo['description'] ?? '';
|
|
$descriptionArr = explode('##', $description);
|
|
$desc = $vo['desc'] ?? '';
|
|
$descArr = explode('##', $desc);
|
|
$banner_wx = $vo['banner']['url'] ?? '';
|
|
$thumbnail_app = $vo['thumbnail']['url'] ?? '';
|
|
{/php}
|
|
{/hcTaglib:category}
|
|
<h4>服务热线: {$descriptionArr[6]|default=''}</h4>
|
|
</li>
|
|
<li><i>|</i></li>
|
|
<li><a href="/search.html"><img class="s2" src="/themes/static_new/images/qms3.png" alt=""></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="unaver">
|
|
<div class="wrap clearfix">
|
|
<div class="gh">
|
|
<a href="javascript:;"></a>
|
|
</div>
|
|
<div class="logo">
|
|
<a href="#"><img src="/themes/static_new/images/logo.png" alt=""></a>
|
|
</div>
|
|
<!-- nav===============START -->
|
|
<div class="naver">
|
|
<ul class="clearfix">
|
|
<!-- current_cate -->
|
|
{hcTaglib:nav cid="5" max-level="3" item="vo" sort="sort asc"}
|
|
{php}
|
|
// var_dump($current_cate);exit;
|
|
$onFlag = -1;
|
|
if($vo['category_id']==($current_cate['id'] ?? 0) || $vo['category_id'] == ($current_cate['parent_id'] ?? 0) ){
|
|
$onFlag = 1;
|
|
}
|
|
{/php}
|
|
<li class="{if $onFlag==1}on{/if}">
|
|
<h3><a href="{$vo.href}">{$vo.title}</a></h3>
|
|
|
|
{if !empty($vo['children'])}
|
|
<div class="nli">
|
|
<dl>
|
|
{volist name="$vo.children" id="vv" }
|
|
{php}
|
|
$onSubFlag = 0;
|
|
if(($vv['category']['id'] ?? -1) != ($current_cate['id'] ?? 0)){
|
|
$onSubFlag = 1;
|
|
}
|
|
{/php}
|
|
<dd><a href="{$vv.href}" {if $onSubFlag==1} style="color: black" {/if}>{$vv.title}</a></dd>
|
|
{/volist}
|
|
</dl>
|
|
</div>
|
|
{/if}
|
|
</li>
|
|
{/hcTaglib:nav}
|
|
|
|
</ul>
|
|
</div>
|
|
<!-- nav===============END -->
|
|
</div>
|
|
</div>
|
|
</div>
|