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
yyq
8 years ago
Commit
187d435b296fcb72aa5e106e45879e56b5975fd3
1 parent
68e90f6a
consult thumb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/consult.js
apps/home/models/consult.js
View file @
187d435
...
...
@@ -93,7 +93,7 @@ exports.consultList = (uid, page, limit) => {
let
goodInfo
=
goodInfos
[
consult
.
skn
];
if
(
goodInfo
)
{
info
.
thumb
=
imgUtils
.
getImageUrl
(
goodInfo
.
images_url
,
60
,
60
,
1
);
info
.
thumb
=
imgUtils
.
getImageUrl
(
goodInfo
.
default_images
,
60
,
60
);
}
if
(
consult
.
answer
)
{
...
...
Please
register
or
login
to post a comment