{if condition="count($discount_list) >0"}
限时秒杀
    {volist name="discount_list" id="vo"}
  • ¥{$vo.display_price} ¥{$vo.price}
  • {/volist}
{/if}