{template 'header'}
{if $order['paytype'] == 1} {/if}
订单号:{$order['ordersn']}
付款方式 {if $order['paytype'] == 1}余额付款{else if $order['paytype'] == 2}在线支付{else if $order['paytype'] == 3}现金支付{/if}
付款金额 {php echo sprintf('%.2f', $order['totalprice']);} 元
帐户余额 {php echo sprintf('%.2f', $_W['fans']['credit2']);} 元
{template 'footer'}