ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 已解決 首頁調用的篩選,篩選條件如何獲取 后邊的參數? 13 0
迅睿CMS版本:4.3.9 #搜索函數

首頁調用的篩選,篩選條件如何獲取 后邊的參數?

<ul>
    {php $field = dr_field_options(9);}
    {loop $field $v $name}
    <li class="{if dr_is_double_search($params.zhizr, $value)} color_f00 {else}{/if}"><a  target="_blank" href="{Router::search_url($params, 'zhizr', $value,'news')}">{$name}</a></li>
    {/loop}
</ul>

目前首頁生成的鏈接是:

/index.php?s=news&c=search

搜索頁這種的用什么函數自動獲取?

/index.php?s=news&c=search&catid=1&zhizr=1

需要獲取這塊
&catid=1&zhizr=1

目前鏈接跳轉實現是這么寫的

{Router::search_url($params, 'zhizr', $value,'news')}&catid=1&zhizr={$key+1}
解決方案