Showing
4 changed files
with
3 additions
and
3 deletions
@@ -115,20 +115,20 @@ exports.getSaleGoodsData = (params) => { | @@ -115,20 +115,20 @@ exports.getSaleGoodsData = (params) => { | ||
115 | switch (params.saleType) { | 115 | switch (params.saleType) { |
116 | case '5': | 116 | case '5': |
117 | finalResult.goods.push({ | 117 | finalResult.goods.push({ |
118 | - thumb: 'http://img02.yohoboys.com/staticimg/2016/06/06/15/027f2ebe0f35a0f6dc29ffb11d40d58c68.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/90', | 118 | + thumb: '//cdn.yoho.cn/yohobuy-node/assets/img/sale/all-broken.png', |
119 | url: '/product/sale/breakingYards?channel=' + params.channel | 119 | url: '/product/sale/breakingYards?channel=' + params.channel |
120 | }); | 120 | }); |
121 | break; | 121 | break; |
122 | case '2': | 122 | case '2': |
123 | finalResult.goods.push({ | 123 | finalResult.goods.push({ |
124 | - thumb: 'http://img02.yohoboys.com/staticimg/2016/06/06/15/02c513694df76e78449781997d1ae2a67e.jpg?imageMogr2/thumbnail/{width}x{height}/extent/{width}x{height}/background/d2hpdGU=/position/center/quality/90', | 124 | + thumb: '//cdn.yoho.cn/yohobuy-node/assets/img/sale/all-vip.png', |
125 | url: '/product/sale/vip?channel=' + params.channel, | 125 | url: '/product/sale/vip?channel=' + params.channel, |
126 | vipPicture: true // 为了处理首页最后一张图片 | 126 | vipPicture: true // 为了处理首页最后一张图片 |
127 | }); | 127 | }); |
128 | break; | 128 | break; |
129 | case '0': | 129 | case '0': |
130 | finalResult.goods.push({ | 130 | finalResult.goods.push({ |
131 | - 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', | 131 | + thumb: '//cdn.yoho.cn/yohobuy-node/assets/img/sale/all-sale.png', |
132 | url: '/product/sale/newSale?channel=' + params.channel | 132 | url: '/product/sale/newSale?channel=' + params.channel |
133 | }); | 133 | }); |
134 | break; | 134 | break; |
public/img/sale/all-broken.jpg
0 → 100644

4.21 KB
public/img/sale/all-sale.jpg
0 → 100644

3.96 KB
public/img/sale/all-vip.jpg
0 → 100644

4.5 KB
-
Please register or login to post a comment