Showing
1 changed file
with
1 additions
and
4 deletions
@@ -32,14 +32,11 @@ const yhChannel = { | @@ -32,14 +32,11 @@ const yhChannel = { | ||
32 | */ | 32 | */ |
33 | exports.getSaleGoodsList = (params) => { | 33 | exports.getSaleGoodsList = (params) => { |
34 | 34 | ||
35 | - let tempChannel = _.isEmpty(params.channel) ? 'boys' : params.channel; | ||
36 | - | ||
37 | let finalParams = { | 35 | let finalParams = { |
38 | method: 'app.search.sales', | 36 | method: 'app.search.sales', |
39 | limit: 60, | 37 | limit: 60, |
40 | order: 's_t_desc', | 38 | order: 's_t_desc', |
41 | - productSize: '384x511', | ||
42 | - yh_channel: yhChannel[tempChannel].channel | 39 | + productSize: '384x511' |
43 | }; | 40 | }; |
44 | 41 | ||
45 | Object.assign(finalParams, params); | 42 | Object.assign(finalParams, params); |
-
Please register or login to post a comment