Authored by 郭成尧

'最新降价saletype'

@@ -709,7 +709,7 @@ exports.handleSaleCategoryData = (origin, saleType, channel, breakingSizeSort) = @@ -709,7 +709,7 @@ exports.handleSaleCategoryData = (origin, saleType, channel, breakingSizeSort) =
709 break; 709 break;
710 case '3': 710 case '3':
711 dest.title = '最新降价'; 711 dest.title = '最新降价';
712 - urlLocation.url = '?saleType=' + saleType + '&order=s_t_desc&channel=' + channel; 712 + urlLocation.url = '?saleType=0&order=s_t_desc&channel=' + channel;
713 urlLocation.limit = 14; 713 urlLocation.limit = 14;
714 dest.urlLocation = dest.navItem[0].urlLocation = urlLocation.url + `&limit=${urlLocation.limit}`; 714 dest.urlLocation = dest.navItem[0].urlLocation = urlLocation.url + `&limit=${urlLocation.limit}`;
715 break; 715 break;
@@ -114,7 +114,7 @@ exports.getSaleGoodsData = (params) => { @@ -114,7 +114,7 @@ exports.getSaleGoodsData = (params) => {
114 vipPicture: true // 为了处理首页最后一张图片 114 vipPicture: true // 为了处理首页最后一张图片
115 }); 115 });
116 break; 116 break;
117 - case '3': 117 + case '0':
118 finalResult.goods.push({ 118 finalResult.goods.push({
119 thumb: 'http://img02.yohoboys.com/staticimg/2016/06/06/15/02161115728d763520bd4695d2530b2132.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/90', 119 thumb: 'http://img02.yohoboys.com/staticimg/2016/06/06/15/02161115728d763520bd4695d2530b2132.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/90',
120 url: '/product/sale/newSale?channel=' + params.channel 120 url: '/product/sale/newSale?channel=' + params.channel
@@ -186,6 +186,7 @@ exports.getSaleIndexData = (channel) => { @@ -186,6 +186,7 @@ exports.getSaleIndexData = (channel) => {
186 ) 186 )
187 ); 187 );
188 } 188 }
  189 +
189 // 最新降价分类处理 190 // 最新降价分类处理
190 if (result[5].code === 200) { 191 if (result[5].code === 200) {
191 192