{template "header.html"}
首页

订单结算

订单信息

{loop $orders $t} 订单号:{$t.sn}  金额:¥{number_format($t.order_price, 2)}元
{/loop}

订单总额:¥{number_format($price, 2)}

{template "left.html", "/"}
{template "footer.html", "/"}