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
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2017-02-25 15:35:03 +0800
Commit
0f0190fdfa7d9a1ed40a93d737b73486286fe496
2 parents
45c01662
1cd87c83
Merge remote-tracking branch 'origin/release/5.4.1' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
apps/product/controllers/new-detail.js
public/scss/cart/_index-new.css
apps/product/controllers/new-detail.js
View file @
0f0190f
...
...
@@ -136,7 +136,7 @@ const newDetail = {
return
res
.
json
({
code
:
400
,
data
:
helpers
.
urlFormat
(
'/signin.html'
,
{
refer
:
req
.
originalUrl
refer
:
req
.
headers
.
referer
})});
}
...
...
public/scss/cart/_index-new.css
View file @
0f0190f
...
...
@@ -45,6 +45,7 @@
}
.cart-nav
{
position
:
relative
;
color
:
#c6c6c6
;
border-bottom
:
1
PX
solid
#e0e0e0
;
background
:
#fff
;
...
...
@@ -86,6 +87,7 @@
top
:
24px
;
right
:
30px
;
font-size
:
30px
;
padding
:
0
;
}
span
{
...
...
Please
register
or
login
to post a comment