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
Email Patches
Plain Diff
Browse Files
Authored by
OF1706
2017-02-08 11:24:19 +0800
Commit
cec7b8770fefa68224374afe98f9f2dd06324857
1 parent
b5b5e25c
购物车title
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
apps/cart/controllers/cart.js
apps/cart/controllers/cart.js
View file @
cec7b87
...
...
@@ -117,6 +117,7 @@ const cart = (req, res, next) => {
}
return
res
.
render
(
'cart'
,
{
title
:
'购物车 | '
+
(
res
.
locals
.
title
||
''
),
module
:
'cart'
,
page
:
'cart'
,
stepper
:
stepper
,
...
...
Please
register
or
login
to post a comment