{template '_header'}
收银台
订单编号
{$order['orderno']}
订单金额
¥ {php echo number_format($order['price'] - $order['creditmoney'] + $order['freight'],2)}
{if $wechat['success'] || (is_h5app() && $payinfo['wechat'])}
微信支付
微信安全支付
{/if} {if $credit['success']}
余额支付
当前余额: ¥ {php echo number_format($member['credit2'],2)}
{/if} {if $cash['success']}
货到付款
收到商品后进行付款
{/if}
{template 'order/pay/wechat_jie'}
{template '_footer'}