pay-success.phtml 648 Bytes
{{> layout/header}}
<div class="yoho-page pay-success-page">
    <div class="success">
        <span class="iconfont">&#xe648;</span>
    </div>
    <div class="pay-success">
        <p>恭喜您,订单提交成功!</p>
        {{#price}}
        <p>您需要在收货时向送货员支付<span>¥{{price}}</span></p>
        {{/price}}
    </div>
    <div class="message">预计发货时间:每日16:00之前提交订单当天发货,16:00点之后提交订单次日发货</div>
    <div class="btn-list">
        <a href="{{guang}}">随便逛逛</a>
        <a href="{{orderDetail}}">查看订单</a>
    </div>
</div>
{{> layout/footer}}