联系官方销售客服
1835022288
028-61286886
下面是官方demo提供的按照下拉选择搜索,请问具体应该怎么做?
<!--按下拉选择搜索-->
<p style="line-height:30px">
<strong>下拉选择:</strong>
{php $field = dr_field_options('xialaxuanze');}
<a class="label {if !$params.xialaxuanze}label-success{else}label-default{/if}" href="{dr_search_url($params, 'xialaxuanze', NULL)}">不限</a>
{loop $field $i $t}
<a class="label {if $i==$params.xialaxuanze}label-success{else}label-default{/if}" href="{dr_search_url($params, 'xialaxuanze', $i)}">{$t}</a>
{/loop}
</p>