联系官方销售客服
1835022288
028-61286886
插件名称:官方商城插件 这种价格区间 判断当前选中高亮 应该怎么写判断语句呢?
{php $price=array('0,500'=>'0-500元','500,1000'=>'500-1000元','1000,3000'=>'1000-3000元','3000,5000'=>'3000-5000元','5000,10000'=>'5000-10000元','10000,0'=>'10000元以上');} <a href="{Router::search_url($params, 'price', NULL)}" {if 判断条件} class="redcur" {else} class=" "{/if}>全部</a> {loop $price $i $t} <a href="{Router::search_url($params, 'price', $i)}" {if 判断条件 } class="redcur"{else} class=" "{/if}>{$t}</a> {/loop}