...
|
...
|
@@ -50,11 +50,7 @@ const _processProduct = (list) => { |
|
|
return newRes;
|
|
|
};
|
|
|
|
|
|
const getRecommendProduct = (params, uid) => {
|
|
|
if (uid !== 0 && uid !== null) {
|
|
|
params.uid = uid;
|
|
|
}
|
|
|
|
|
|
const getRecommendProduct = (params) => {
|
|
|
return api.get('', _.assign({
|
|
|
method: 'app.home.newPreference',
|
|
|
limit: 20,
|
...
|
...
|
|