- 会员专区
- |
- 人才招聘
- |

- |
-
{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}
服务热线: {$descriptionArr[6]|default=''}
- |

{hcTaglib:nav cid="5" max-level="3" item="vo" sort="sort asc,id 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}
-
{if !empty($vo['children'])}
{volist name="$vo.children" id="vv" }
{php}
$onSubFlag = 0;
if(($vv['category']['id'] ?? -1) != ($current_cate['id'] ?? 0)){
$onSubFlag = 1;
}
{/php}
- {$vv.title}
{/volist}
{/if}
{/hcTaglib:nav}