{$diy['style']['title_font']}
{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']}

{/if}
{/loop}
{if $diy['style']['show_more']} {/if}