Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lijing
8 years ago
Commit
980551a51abaa3c091113946ec765f1a0cce04c4
1 parent
ad065898
订单详情页移除提示,支付完成增加提示
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
46 additions
and
45 deletions
apps/cart/views/action/pay/pay-ali.hbs
apps/cart/views/action/pay/pay-cod.hbs
apps/home/views/action/orderDetail.hbs
public/scss/cart/_pay-success.css
public/scss/home/_order-detail.css
apps/cart/views/action/pay/pay-ali.hbs
View file @
980551a
...
...
@@ -34,6 +34,13 @@
<a
href=
"/"
>
随便逛逛
</a>
<a
href=
"
{{
orderUrl
}}
"
>
查看订单
</a>
</div>
<div
class=
"wx-footer"
>
<div
class=
"icon-pic"
></div>
<div
class=
"tips"
>
<div
class=
"copy"
>
你购物,我买单。
</div>
<div
class=
"intro"
>
微信搜索公众号“有货YOHOBUY"关注赢免单!
</div>
</div>
</div>
{{#
banner
}}
{{#
data
}}
<a
href=
"
{{
url
}}
"
class=
"ad-pic"
alt=
"
{{
alt
}}
"
>
...
...
apps/cart/views/action/pay/pay-cod.hbs
View file @
980551a
...
...
@@ -32,6 +32,13 @@
<a
href=
"/"
>
随便逛逛
</a>
<a
href=
"
{{
orderUrl
}}
"
>
查看订单
</a>
</div>
<div
class=
"wx-footer"
>
<div
class=
"icon-pic"
></div>
<div
class=
"tips"
>
<div
class=
"copy"
>
你购物,我买单。
</div>
<div
class=
"intro"
>
微信搜索公众号“有货YOHOBUY"关注赢免单!
</div>
</div>
</div>
{{#
banner
}}
{{#
data
}}
<a
href=
"
{{
url
}}
"
class=
"ad-pic"
alt=
"
{{
alt
}}
"
>
...
...
apps/home/views/action/orderDetail.hbs
View file @
980551a
...
...
@@ -155,13 +155,6 @@
{{/if}}
{{/if}}
</div>
<div
class=
"wx-footer"
>
<div
class=
"icon-pic"
></div>
<div
class=
"tip"
>
<div
class=
"copy"
>
你购物,我买单。
</div>
<div
class=
"intro"
>
微信搜索公众号“有货YOHOBUY"关注赢免单!
</div>
</div>
</div>
</div>
<div
class=
"reason-mask"
>
...
...
public/scss/cart/_pay-success.css
View file @
980551a
...
...
@@ -60,7 +60,6 @@
width
:
100%
;
height
:
102px
;
background-color
:
#fff
;
border-bottom
:
solid
1px
#e0e0e0
;
padding
:
0
25px
;
a
{
...
...
@@ -141,4 +140,36 @@
position
:
absolute
;
z-index
:
3
;
}
.wx-footer
{
width
:
100%
;
min-height
:
95px
;
background-color
:
#fff
;
border-bottom
:
solid
1px
#e0e0e0
;
padding
:
0
25px
20px
;
.icon-pic
{
width
:
49px
;
height
:
49px
;
background-image
:
resolve
(
"home/wechat.png"
);
background-size
:
100%
;
float
:
left
;
}
.tips
{
margin-left
:
20px
;
float
:
left
;
width
:
520px
;
.copy
{
font-size
:
24px
;
color
:
#444
;
}
.intro
{
font-size
:
18px
;
color
:
#b0b0b0
;
}
}
}
}
...
...
public/scss/home/_order-detail.css
View file @
980551a
...
...
@@ -374,41 +374,4 @@
float
:
right
;
}
}
.wx-footer
{
width
:
100%
;
min-height
:
95px
;
background-color
:
#fff
;
border-top
:
solid
1px
#e0e0e0
;
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
z-index
:
1
;
padding
:
20px
25px
;
.icon-pic
{
width
:
49px
;
height
:
49px
;
background-image
:
resolve
(
"home/wechat.png"
);
background-size
:
100%
;
float
:
left
;
}
.tip
{
margin-left
:
20px
;
float
:
left
;
width
:
520px
;
.copy
{
font-size
:
24px
;
color
:
#444
;
}
.intro
{
font-size
:
18px
;
color
:
#b0b0b0
;
}
}
}
}
...
...
Please
register
or
login
to post a comment