迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
请教 以下联动标签在首页调用为什么链接无法解析
{list action=linkage code=zxfg pid=$params.fengge more=1} <a href="{Router::search_url($params, 'fengge', $t.id)}" target="_blank">{$t.name}</a>| {/list}
{list action=linkage code=zxfg pid=$params.fengge more=1} {php $field = dr_field_options(37);} {loop $field $value $name} <a class="label {if $value==$params.fengge}label-success{else}label-default{/if}" href="{Router::search_url($params, 'fengge',$value, 'cases')}" target="_blank">{$t.name}</a>| {/loop} {/list}
{Router::search_url($params, 'fengge',$value, '这里写模块目录')}
cases
<?php $tp = dr_linkage('zxfg', $params.fengge); if ($tp.pid) { $tp = dr_linkage('zxfg', $tp.pid); } $tpid = $tp.id; $pids = explode(',', $tp.childids); ?> <dt>风格:</dt> <dd> <a class="{if !$params.fengge}curr {else}label-default{/if}" href="{Router::search_url($params, 'fengge', NULL)}">不限</a> {if $catid==1} {list action=linkage code=zxfg pid=$params.fengge more=1} <a id="apartment={$key+1}" class="{if in_array($t.ii, $pids)}curr {else}label-default{/if}" href="{Router::search_url($params, 'fengge', $t.id)}">{$t.name}</a> {/list} {/if} </dd>