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
htoooth
2016-06-14 13:59:21 +0800
Commit
a8881b42fa8c9ade19a5055b3d6b3cc96c4bc03b
1 parent
3114bba4
refactor
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
apps/product/models/detail-hotarea-service.js
apps/product/models/detail-service.js
apps/product/models/detail-hotarea-service.js
View file @
a8881b4
...
...
@@ -31,7 +31,7 @@ module.exports.indexAsync = (pid) => {
item
.
img
=
helpers
.
getForceSourceUrl
(
area
.
imageUrl
);
}
if
(
!
area
.
infos
)
{
if
(
!
area
.
infos
)
{
return
result
;
}
...
...
apps/product/models/detail-service.js
View file @
a8881b4
Please
register
or
login
to post a comment