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
4ff4131d05528cea7fd6bc80bcd15f88b10a8b08
1 parent
d48f5587
detail price
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
4ff4131
...
...
@@ -1644,7 +1644,7 @@ const recommendAsync = (skn, page, limit) => {
}
return
{
market_price
:
salePrice
==
=
marketPrice
?
''
:
formatPrice
(
helpers
.
round
(
marketPrice
,
2
)),
market_price
:
salePrice
>
=
marketPrice
?
''
:
formatPrice
(
helpers
.
round
(
marketPrice
,
2
)),
price
:
formatPrice
(
helpers
.
round
(
salePrice
,
2
)),
product_name
:
rp
.
product_name
,
url
:
productUrl
(
rp
.
product_skn
),
...
...
Please
register
or
login
to post a comment