|
{$t.num} |
¥{number_format($t.price, 2)} |
{if $t.discount}¥{number_format($t.discount, 2)}{else}无{/if} |
{if $t.freight.type==0 && $t.freight.price}
¥{number_format($t.freight.price, 2)}
{else if $t.freight.type==1 && $t.freight.price}
¥{number_format($t.freight.price * $t['num'], 2)}
{else}
无
{/if}
|
¥{number_format($t.total, 2)} |
{/loop}