;s:82:"D:\virtualhost\localuser\host8828567123\www\template\170255\index\public_left.html";i:1770427210;s:84:"D:\virtualhost\localuser\host8828567123\www\template\170255\index\public_footer.html";i:1774265525;}*/ ?> <?php if(strlen($content['seo_title']) != 0): ?><?php echo $content['seo_title']; else: ?><?php echo $content['title']; ?>-<?php echo "永寿POS机办理服务中心"; endif; ?> " /> getCategory(1); if (1 == 0) { $_catlist = $_category->clearLink($_catlist);//去除外部链接的栏目 } //type为parent if ($_type == 'parent') { $_parent = $_category->getParents($_catlist, $_cidarr[0]); $_catlist = $_category->unlimitedForLayer($_catlist, 'child', $_parent[0]['id']); }else{ //type为top,忽略cid if($_cid == 0 || $_type == 'top') { $_catlist = $_category->unlimitedForLayer($_catlist); }else { if ($_type == 'self') { //同级分类 $_pidarr = []; foreach ($_cidarr as $_k => $_v) { $_typeinfo = $_category->getSelf($_catlist, $_v); if ($_typeinfo) { $_pidarr[] = $_typeinfo['pid']; } } $_catlist = $_category->unlimitedForLayer($_catlist, 'child', $_pidarr ? $_pidarr : 0); }else { //son,子类列表 $_catlist = $_category->unlimitedForLayer($_catlist, 'child', $_cidarr); } } } $_limit_list = explode(',', $_limit); foreach($_catlist as $autoindex => $catlist): if(count($_limit_list) > 1){ if(($autoindex < $_limit_list[0]) || ($autoindex > $_limit_list[1])) continue; } else{ if($autoindex >= $_limit_list[0]) break; } $catlist = update_str_dq($catlist, session('sys_areainfo')); $cateparent = $catlist['pid'] != 0 ? $catlist['pid'] : $cateparent ;endforeach;endif; $navpid = $cateparent ? $cateparent : $cid;?>
'; }else { $_block_content = $_block['content']; } }else { if(0) { $_block_content = str2sub(strip_tags($_block['content']), 0, 0);//清除html再截取 }else { $_block_content = $_block['content']; } } $_blockurl = ''; if ($_block['url']) { $_blockurl = $_block['url']; if (substr($_blockurl, 0,1) == '@') { $_catemodel = new app\index\model\CategoryModel(); $_category = $_catemodel->getOneCategory(substr($_blockurl, 1)); if ($_category) { $_blockurl = $_catemodel->getCategoryUrl($_category); } } $_block_content= "".$_block_content.""; } } echo $_block_content; ?>