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
Plain Diff
Browse Files
Authored by
yyq
2017-11-22 14:01:27 +0800
Commit
335629b466edba1c80ba096c22e102cc3ffdbd4f
2 parents
8271c452
88798209
Merge remote-tracking branch 'origin/master' into gray
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/product/models/shop-service.js
package.json
apps/product/models/shop-service.js
View file @
335629b
...
...
@@ -167,8 +167,8 @@ function _getShopData(channel, params, shopInfo) {
});
_
.
forEach
(
prodList
,
value
=>
{
list
[
value
.
product_skn
]
=
{
img
:
value
.
default_images
,
list
[
value
.
skn
]
=
{
img
:
value
.
default_images
||
value
.
thumb
,
title
:
value
.
product_name
,
price
:
`¥
$
{
value
.
sales_price
}
`
};
...
...
package.json
View file @
335629b
{
"name"
:
"yohobuy-node"
,
"version"
:
"6.1.1
4
"
,
"version"
:
"6.1.1
6
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment