Authored by 毕凯

Merge branch 'feature/intallment' into 'release/5.6'

有货分期商品不传Order,大数据上报延迟时间调整



See merge request !486
... ... @@ -290,7 +290,6 @@ const getSearchIntallment = (params) => {
return middleApi('', {
method: 'app.search.instalment',
limit: '50',
order: 's_t_desc',
page: params.page
}, {
cache: true,
... ...
... ... @@ -303,7 +303,7 @@ $(function() {
// }, true);
// }
}
}, 8000);
}, 1000);
});
... ...
... ... @@ -35,7 +35,7 @@
.brand-name {
line-height: 23px;
font-size: 12px;
font-size: 18px;
}
}
... ...