Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2016-08-08 10:33:02 +0800
Commit
9d0bfb181ce1f91abbf6eceebc59177537c86137
1 parent
531bc018
pay with coin
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
90 additions
and
72 deletions
apps/shopping/views/action/pay-success.hbs
public/scss/shopping/_pay-success.css
apps/shopping/views/action/pay-success.hbs
View file @
9d0bfb1
{{>
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
...
...
public/scss/shopping/_pay-success.css
View file @
9d0bfb1
.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
;
}
}
}
...
...
Please
register
or
login
to post a comment