{eyou:assign name='page' value='document' /} {eyou:php} $route_param = request()->route(); //var_dump($param); //var_dump($route_param); $type = $route_param['type']?(int)$route_param['type']:1; //var_dump($type); $tagid = $route_param['tagid']?(int)$route_param['tagid']:0; $wareaname = $route_param['areaname']?$route_param['areaname']:''; //处理域名获取当前域名名称 $route_domain = request()->domain(); $domain = explode('//',$route_domain); $domain = explode('.',$domain[1]); $site = $domain[0]; //var_dump($site); if(!empty($site) && $site != 'zc' && $site != 'www'){ //判定为二级域名 }else{ $site = 'www'; } //处理城市参数 if(!empty($route_param['site'])){ $city_domain = $route_param['site']; }else{ $city_domain = 'none'; } //计算筛选链接 $root_url = '/zlwd'; if(!empty($route_param['catid'])){ $url = $root_url.'-c'.$route_param['catid']; }else{ $route_param['catid'] = 0; $url = $root_url.'-c0'; } if(!empty($route_param['provid'])){ $url = $url.'-p'.$route_param['provid']; }else{ $route_param['provid'] = 0; $url = $url.'-p0'; } if(!empty($route_param['cityid'])){ $url = $url.'-y'.$route_param['cityid']; }else{ $route_param['cityid'] = 0; $url = $url.'-y0'; } //var_dump($route_param['catid']); {/eyou:php} {eyou:php} if($type === 1){ $typeid = 126; $typeid_tdk = 303; $typeid_name = 'zlwd'; }else if($type === 2){ $typeid = 825; $typeid_tdk = 304; $typeid_name = 'zcwj'; }else if($type === 3){ $typeid = 826; $typeid_tdk = 305; $typeid_name = 'ckwj'; }else if($type === 5){ //职称材料 读取通用文件 数据 $typeid = 126; $typeid_tdk = 303; $typeid_name = 'zccl'; } $sql = ''; $sql2 = ''; if(!empty($site) && $site != 'zc' && $site != 'www'){ //判定为二级域名 $area_name = ''; $sql2 = "SELECT id,name FROM ey_citysite WHERE domain = '".$site."'"; }else{ $site = 'www'; } if(!empty($wareaname) && $wareaname == 'shandong'){ $area_name = "山东"; } //读取seo if($type === 5){ $sql = "select id,seo_title,seo_keywords,seo_description from ey_arctype where id=125 "; }else{ $sql = "select id,seo_title,seo_keywords,seo_description from ey_arctype where id=".$typeid." "; } //var_dump($sql); {/eyou:php} {eyou:if condition='($sql !== "")'} {eyou:sql sql='$sql' cachetime='3600' id='seo_cat'} {eyou:notempty name='$seo_cat' /} {eyou:php} $seo_title = $seo_cat['seo_title']; $seo_keywords = $seo_cat['seo_keywords']; $seo_description = $seo_cat['seo_description']; //var_dump($seo_title); {/eyou:php} {/eyou:notempty} {/eyou:sql} {/eyou:if} {eyou:if condition='($sql2 !== "")'} {eyou:sql sql='$sql2' cachetime='3600' id='area'} {eyou:php} $area_name = ''.$area['name'].''; $area_id = ''.$area['id'].''; {/eyou:php} {/eyou:sql} {eyou:php} $sql3 = "SELECT aid,seo_title,seo_keywords,seo_description FROM ey_archives WHERE typeid=$typeid_tdk and province_id=$area_id and is_del=0 and status=1 and arcrank=0"; {/eyou:php} {eyou:sql sql='$sql3' cachetime='3600' id='seo_cat2'} {eyou:notempty name='$seo_cat2' /} {eyou:php} $seo_title2 = $seo_cat2['seo_title']; $seo_keywords2 = $seo_cat2['seo_keywords']; $seo_description2 = $seo_cat2['seo_description']; {/eyou:php} {/eyou:notempty} {/eyou:sql} {/eyou:if} {eyou:if condition='((int)$tagid > 0)'} {eyou:sql sql='select aid,title from ey_archives where aid=$tagid' cachetime='3600' empty='' id="tag"} {eyou:assign name='tag_name' value='$tag["title"]' /} {/eyou:sql} {eyou:else /} {/eyou:if}