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
yyq
2017-04-18 15:30:39 +0800
Commit
715d61c67925bf67ddeb4c5f4f439490baec5283
2 parents
12d0e066
6cb6a625
Merge branch 'release/5.6' into release/security
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 @
715d61c
...
...
@@ -26,7 +26,7 @@ const shop = (shopId, req, res, next, brandInfo) => {
let
pjax
=
params
.
_pjax
;
// 获取不到店铺信息跳转至首页
if
(
!
shopInfo
.
data
||
_
.
isEmpty
(
shopInfo
.
data
))
{
if
(
!
shopInfo
||
_
.
isEmpty
(
shopInfo
))
{
return
res
.
redirect
(
helpers
.
urlFormat
(
''
,
null
,
''
));
}
...
...
Please
register
or
login
to post a comment