|
@@ -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
|
|