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-13 10:29:57 +0800
Commit
aa6fe6e3bdb5bba3676db076b73a85c877f76132
2 parents
befedb05
f8dfb4df
Merge branch 'hotfix/saleError'
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 @
aa6fe6e
...
...
@@ -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