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-09-13 09:38:17 +0800
Commit
5147c70912ab939a57f23b8a72e94c32859934bf
1 parent
7bfa131c
'go-brand'
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 @
5147c70
...
...
@@ -66,7 +66,7 @@ const _shop = (req, res, shopId) => {
}
listModel
.
getShopData
(
req
,
shopId
,
uid
,
isApp
).
then
((
result
)
=>
{
if
(
true
)
{
if
(
result
.
goBrand
)
{
// 跳转基础模板
_baseShop
(
req
,
res
,
result
.
goBrand
);
}
else
{
...
...
Please
register
or
login
to post a comment