pay-success.hbs
2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{{> settle-header}}
<div class="pay-page pay-success-page blk-page">
<div class="center-content">
{{> bc-nav}}
{{# content}}
<div class="order-info clearfix">
<div class="left">
<p class="success-tip">
恭喜您,购买完成!您已成功支付
{{#if cost}}
{{round cost 2}}元
{{#if coin}}
,有货币{{coin}}个
{{/if}}
{{^}}
有货币{{coin}}个
{{/if}}
!
</p>
<p class="order-num">订单编号:{{orderNum}}</p>
{{#if cost}}
<p class="payment-online">在线支付:¥{{round cost 2}}</p>
{{/if}}
{{#if coin}}
<p class="payment-coin">有货币支付:{{coin}}</p>
{{/if}}
</div>
<div class="btns right">
<a class="btn go-check-order" href="{{https orderHref}}">查看订单详情</a>
<a class="btn" href="{{https walkHref}}">继续逛逛</a>
</div>
</div>
<div class="tip-info">
<p class="title">温馨提示:</p>
<p>
1.当订单发货后,您可以登录<a class="blue" href="/me/order">订单中心</a>查询快递发货详情。
2.YOHO!BLK有货支持“开箱验货”和“15天退换货保障”收货后请当面验货,如果发现商品有任何问题请致电客服电话400-889-9646,
<a class="blue" href="/help?id=43">“退换货政策”</a>请点击查看。<em class="blue">3.尊敬的用户:近期为网络诈骗高发期,YOHO!BLK有货郑重声明,不会以任何形式索取客户的账户信息或引导转账,敬请提高警惕,谨防诈骗</em>
</p>
</div>
{{/ content}}
<!--最近浏览-->
<div class="recommend-product"></div>
</div>
</div>