<{if $items}> <{foreach from=$items item=item}>
  • <{if $item.image_default_id}> <{else}> <{/if}>

    <{if $item.activity.activity_tag}> <{$item.activity.activity_tag}> <{/if}> <{$item.title}>

    <{$item.price|cur}>
    <{t}>已有<{/t}><{$item.sold_quantity}><{t}>人购买<{/t}>
    <{if $item.promotion || $item.gift}>
    <{foreach from=$item.promotion item=promotionRow}> <{if $promotionRow.tag}> <{$promotionRow.tag}> <{/if}> <{/foreach}> <{if $item.gift}> 赠品 <{/if}>
    <{/if}>
  • <{/foreach}> <{/if}>