Authored by 毕凯

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

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



See merge request !486
@@ -290,7 +290,6 @@ const getSearchIntallment = (params) => { @@ -290,7 +290,6 @@ const getSearchIntallment = (params) => {
290 return middleApi('', { 290 return middleApi('', {
291 method: 'app.search.instalment', 291 method: 'app.search.instalment',
292 limit: '50', 292 limit: '50',
293 - order: 's_t_desc',  
294 page: params.page 293 page: params.page
295 }, { 294 }, {
296 cache: true, 295 cache: true,
@@ -303,7 +303,7 @@ $(function() { @@ -303,7 +303,7 @@ $(function() {
303 // }, true); 303 // }, true);
304 // } 304 // }
305 } 305 }
306 - }, 8000); 306 + }, 1000);
307 }); 307 });
308 308
309 309
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 35
36 .brand-name { 36 .brand-name {
37 line-height: 23px; 37 line-height: 23px;
38 - font-size: 12px; 38 + font-size: 18px;
39 } 39 }
40 } 40 }
41 41