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
陈峰
2016-10-28 18:57:27 +0800
Commit
d46f62cd7c92fbbe69ccd77d815c9d635716863b
1 parent
bf57cd06
修复品牌主页数据验证bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/list.js
apps/product/controllers/list.js
View file @
d46f62c
...
...
@@ -296,7 +296,7 @@ const brand = (req, res, next) => {
}).
then
(
brandHome
=>
{
params
.
brandHome
=
brandHome
;
if
(
!
brandHome
.
id
)
{
if
(
!
brandHome
||
!
brandHome
.
id
)
{
res
.
set
(
'Cache-Control'
,
'no-cache'
);
}
...
...
Please
register
or
login
to post a comment