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
hongweigao
8 years ago
Commit
91be453be9497ba2c1a561fa10e68817d3fcbbc9
2 parents
ad8d6137
c985b756
Merge branch 'feature/newCustomer' into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/channel/models/index.js
apps/channel/models/index.js
View file @
91be453
...
...
@@ -79,7 +79,7 @@ const _getNewUserFloorData = data => {
floorData
.
newUserFloor
.
hasSwitch
=
proList
.
length
>
5
?
true
:
false
;
_
.
forEach
(
proList
,
value
=>
{
value
.
thumb
=
helpers
.
image
(
value
.
goods_list
[
0
].
images_url
,
222
,
315
);
value
.
thumb
=
helpers
.
image
(
value
.
goods_list
[
0
].
images_url
,
185
,
247
);
value
.
for_newuser
=
true
;
value
.
url
=
helpers
.
getUrlBySkc
(
value
.
product_id
,
value
.
goods_list
[
0
].
goods_id
,
value
.
cn_alphabet
);
});
...
...
Please
register
or
login
to post a comment