Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
ccb3481264911d58405d7c6b89b8e42c2ad6cf2d
2 parents
becac872
dc6edb87
Merge branch 'release/5.4.1' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
apps/cart/controllers/order-ensure.js
public/js/cart/ensure.page.js
public/scss/cart/_order-ensure2016.css
apps/cart/controllers/order-ensure.js
View file @
ccb3481
...
...
@@ -115,7 +115,7 @@ const submit = (req, res, next) => {
};
if
(
req
.
cookies
.
union_data
)
{
unionObj
.
union_data
=
req
.
cookies
.
union_data
unionObj
.
union_data
=
req
.
cookies
.
union_data
;
}
unionKey
=
JSON
.
stringify
(
unionObj
);
...
...
public/js/cart/ensure.page.js
View file @
ccb3481
...
...
@@ -518,6 +518,8 @@ coupon = {
that
.
$radios
.
filter
(
'.on'
).
removeClass
(
'on'
);
}
$this
.
addClass
(
'on'
);
$this
.
parent
().
siblings
(
'.red'
).
removeClass
(
'red'
);
$this
.
parent
().
addClass
(
'red'
);
data
=
$this
.
data
();
if
(
data
)
{
...
...
public/scss/cart/_order-ensure2016.css
View file @
ccb3481
...
...
@@ -877,6 +877,10 @@
line-height
:
18px
;
padding-bottom
:
10px
;
.red
{
color
:
$
red
;
}
.empty-tip
{
line-height
:
24px
;
padding-top
:
10px
;
...
...
Please
register
or
login
to post a comment