{$diy['style']['title_font']}
{if $diy['style']['type'] == 1}
{loop $diy['data'] $item}
{if $item['show_sales']}
已售{$item['show_sales']}
{/if}
{$item['title']}

{$item['show_price']}

{if $item['sell_type'] != 1 && $item['market_price']>0} ¥{$item['market_price']} {else}   {/if}

{/loop}
{elseif $diy['style']['type'] == 2} {loop $diy['data'] $item} {/loop} {/if} {if $diy['style']['show_more']} {/if}