Authored by xuqi

pay with coin

{{> sign-header}}
<div class="pay-success-page blk-page">
<div class="center-content">
{{# content}}
<div class="order-info clearfix">
<div class="left">
<p class="success-tip">恭喜您,购买完成!您已成功支付{{round cost 2}}元!</p>
<p class="order-num">订单编号:{{orderNum}}</p>
<p class="payment-online">在线支付:¥{{round onlineCost 2}}</p>
</div>
<div class="btns right">
<a class="btn go-check-order" href="{{orderHref}}">查看订单详情</a>
<a class="btn" href="{{walkHref}}">继续逛逛</a>
</div>
</div>
<div class="tip-info">
<p class="title">温馨提示:</p>
<p>
1.每天15:00以前成功支付的订单将在当天发货,15:00-00:00成功付款的订单将在第二天发货。
2.当订单发货后,您可以登录<a class="blue" href="/me/order">订单中心</a>查询快递发货详情。
3.YOHO!BLK有货支持“开箱验货”和“15天退换货保障”收货后请当面验货,如果发现商品有任何问题请致电客服电话400-889-9646,
<a class="blue" href="/help?id=43">“退换货政策”</a>请点击查看。<em class="blue">4.尊敬的用户:近期为网络诈骗高发期,YOHO!BLK有货郑重声明,不会以任何形式索取客户的账户信息或引导转账,敬请提高警惕,谨防诈骗</em>
</p>
</div>
{{/ content}}
</div>
{{> sign-header}}
<div class="pay-success-page blk-page">
<div class="center-content">
{{# 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 onlineCost}}
<p class="payment-online">在线支付:¥{{round onlineCost 2}}</p>
{{/if}}
{{#if coin}}
<p class="payment-coin">有货币支付:{{coin}}</p>
{{/if}}
</div>
<div class="btns right">
<a class="btn go-check-order" href="{{orderHref}}">查看订单详情</a>
<a class="btn" href="{{walkHref}}">继续逛逛</a>
</div>
</div>
<div class="tip-info">
<p class="title">温馨提示:</p>
<p>
1.每天15:00以前成功支付的订单将在当天发货,15:00-00:00成功付款的订单将在第二天发货。
2.当订单发货后,您可以登录<a class="blue" href="/me/order">订单中心</a>查询快递发货详情。
3.YOHO!BLK有货支持“开箱验货”和“15天退换货保障”收货后请当面验货,如果发现商品有任何问题请致电客服电话400-889-9646,
<a class="blue" href="/help?id=43">“退换货政策”</a>请点击查看。<em class="blue">4.尊敬的用户:近期为网络诈骗高发期,YOHO!BLK有货郑重声明,不会以任何形式索取客户的账户信息或引导转账,敬请提高警惕,谨防诈骗</em>
</p>
</div>
{{/ content}}
</div>
</div>
\ No newline at end of file
... ...
.pay-success-page {
.order-info {
margin-top: 40px;
padding-bottom: 30px;
}
.success-tip {
font-size: 18px;
font-weight: bold;
margin-bottom: 30px;
}
.order-num,
.payment-online {
font-size: 16px;
font-weight: bold;
line-height: 26px;
}
.btns .btn {
width: 160px;
height: 40px;
line-height: 40px;
}
.go-check-order {
margin-bottom: 20px;
}
.tip-info {
border-top: 1px solid #eee;
font-size: 14px;
color: #666;
line-height: 20px;
margin-bottom: 40px;
.title {
line-height: 50px;
color: #000;
font-weight: bold;
}
}
}
.pay-success-page {
.order-info {
margin-top: 40px;
padding-bottom: 30px;
}
.success-tip {
font-size: 18px;
font-weight: bold;
margin-bottom: 30px;
}
.order-num,
.payment-online,
.payment-coin {
font-size: 16px;
font-weight: bold;
line-height: 26px;
}
.btns .btn {
width: 160px;
height: 40px;
line-height: 40px;
}
.go-check-order {
margin-bottom: 20px;
}
.tip-info {
border-top: 1px solid #eee;
font-size: 14px;
color: #666;
line-height: 20px;
margin-bottom: 40px;
.title {
line-height: 50px;
color: #000;
font-weight: bold;
}
}
}
... ...