{#if $T.jsondata.length>0} {#foreach $T.jsondata as record}
{$T.record.title}
¥{formatMoney($T.record.salePrice,2)}x{$T.record.count}
{#/for} {#/if}