Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
9 years ago
Commit
1350b34a65dfe9a5c630e76df206d6abedbf02c8
1 parent
bba772e5
brand
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/brand/controllers/brand.js
apps/brand/models/brand.js
apps/brand/controllers/brand.js
View file @
1350b34
...
...
@@ -27,7 +27,7 @@ const index = (req, res, next) => {
contentCode
=
'94b5ed607b6d565ffc29c2c04be121dc'
;
name
=
'LIFT STYLE首页'
;
link
=
'http://www.yohoblk.com/lifestyle'
;
channel
=
303
channel
=
303
;
}
else
{
contentCode
=
'81886aaa5e82e3741bc1ba1e04ec7706'
;
name
=
'MEN首页'
;
...
...
apps/brand/models/brand.js
View file @
1350b34
...
...
@@ -31,7 +31,7 @@ const _processListData = (list) => {
_
.
forEach
(
list
.
data
.
allList
,
function
(
value
,
index
)
{
_
.
forEach
(
value
,
function
(
data
)
{
data
.
brandDomain
=
`
$
{
config
.
siteUrl
}
/product/
shop
/
$
{
data
.
brandDomain
}
`
;
data
.
brandDomain
=
`
$
{
config
.
siteUrl
}
/product/
shop
/
$
{
data
.
brandDomain
}
/list
`
;
});
if
(
index
!==
'0~9'
)
{
...
...
Please
register
or
login
to post a comment