Authored by htoooth

fix

... ... @@ -272,10 +272,9 @@ module.exports = class extends global.yoho.BaseModel {
return res;
}
_getNewProduct(sort) {
_getNewProduct(sort) { // eslint-disable-line
return this.searchApi.getProductList({
limit: 10,
sort: sort,
order: 's_t_desc',
page: _.random(1, 6000)
}).then(result => {
... ...