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-10-14 13:39:04 +0800
Commit
203e24812c78b5bf70ecae350d479f74de541ffb
1 parent
d991480c
code-stronger
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/consult-comment.js
apps/product/models/consult-comment.js
View file @
203e248
...
...
@@ -178,7 +178,7 @@ let consults = (params) => {
data
.
consults
=
result
[
1
].
list
;
}
data
.
showReadMore
=
result
[
1
].
list
.
length
>
2
;
data
.
showReadMore
=
_
.
get
(
result
[
1
],
'list.length'
,
0
)
>
2
;
return
data
;
});
...
...
Please
register
or
login
to post a comment