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
郝肖肖
2017-01-17 18:21:20 +0800
Commit
59c459224f73bea90ae11a727718ca102e704ace
2 parents
9b9c44e3
1798f2dd
Merge branch 'master' into feature/customerServiceOptimize
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/sale-api.js
apps/product/models/sale-api.js
View file @
59c4592
...
...
@@ -39,7 +39,7 @@ exports.getSaleGoodsList = (params) => {
productSize
:
'384x511'
};
if
(
params
.
channel
)
{
if
(
params
&&
params
.
channel
)
{
finalParams
.
yh_channel
=
yhChannel
[
params
.
channel
].
channel
;
}
...
...
Please
register
or
login
to post a comment