{$current_category['name']} 商品筛选

{if:$has_brand}
品牌:
{list:items=$has_brand} {$item['name']}({$brand_num[$item['id']]}) {/list}
{/if} {if:$price_range}
价格:
{list:items=$price_range} {if:strpos($item,'-')===false}{$item}以上{else:}{$item}{/if} {/list}
{/if} {list:items=$spec_attr}
{$item['name']}:
{list:items=$item['values'] item=$value} {$value['name']} {/list}
{/list}
    {if:isset($goods['data'])} {list:items=$goods['data']}
  • {$item['name']}
    {$currency_symbol}{$item['sell_price']}{$currency_symbol}{$item['market_price']}
  • {/list} {/if}