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
OF1706
8 years ago
Commit
5ec57e7586b0f322045525a6cf31df3cddb0cf29
1 parent
428bc6b1
m
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/guang-service.js
apps/guang/models/guang-service.js
View file @
5ec57e7
...
...
@@ -610,7 +610,7 @@ module.exports = class extends global.yoho.BaseModel {
thumb
:
helpers
.
image
(
val
.
default_images
,
235
,
314
),
product_name
:
val
.
product_name
,
sales_price
:
val
.
sales_price
,
url
:
helpers
.
getUrlBySkc
(
val
.
product_
id
,
val
.
goods_list
[
0
].
goods_id
,
val
.
cn_alphabet
)
url
:
helpers
.
getUrlBySkc
(
val
.
product_
skn
,
val
.
goods_list
[
0
].
goods_id
,
val
.
cn_alphabet
)
};
if
(
val
.
market_price
!==
val
.
sales_price
)
{
...
...
Please
register
or
login
to post a comment