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
陈峰
2018-03-05 13:49:29 +0800
Commit
a11326b13a34ea03874bdf948e7e8faac54cf2f4
1 parent
3f7da575
hotfix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-consult-service.js
apps/product/models/detail-consult-service.js
View file @
a11326b
...
...
@@ -38,7 +38,7 @@ module.exports = class extends global.yoho.BaseModel {
like
:
parseInt
(
value
.
like
,
10
),
isUseful
:
value
.
is_useful
===
'Y'
,
useful
:
parseInt
(
value
.
useful
,
10
),
tota
k
l
:
value
.
total
total
:
value
.
total
};
});
...
...
Please
register
or
login
to post a comment