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
7 years ago
Commit
eee176bd9258952290bd53090f6e198d9d46a847
1 parent
3eda098e
fix this
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/consult.js
apps/home/models/consult.js
View file @
eee176b
...
...
@@ -85,7 +85,7 @@ function consultList(uid, page, limit) {
skns
.
push
(
consult
.
skn
);
});
let
goodInfos
=
yield
th
is
.
getProductGoodsInfo
(
skns
);
let
goodInfos
=
yield
th
at
.
getProductGoodsInfo
(
skns
);
origin
.
consult_list
.
forEach
(
consult
=>
{
let
info
=
{
...
...
Please
register
or
login
to post a comment