Showing
1 changed file
with
3 additions
and
3 deletions
@@ -104,20 +104,20 @@ exports.getSaleGoodsData = (params) => { | @@ -104,20 +104,20 @@ exports.getSaleGoodsData = (params) => { | ||
104 | case '1': | 104 | case '1': |
105 | finalResult.goods.push({ | 105 | finalResult.goods.push({ |
106 | 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', | 106 | 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', |
107 | - url: '/sale/breakingYards?channel=' + params.channel | 107 | + url: '/product/sale/breakingYards?channel=' + params.channel |
108 | }); | 108 | }); |
109 | break; | 109 | break; |
110 | case '2': | 110 | case '2': |
111 | finalResult.goods.push({ | 111 | finalResult.goods.push({ |
112 | 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', | 112 | 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', |
113 | - url: '/sale/vip?channel=' + params.channel, | 113 | + url: '/product/sale/vip?channel=' + params.channel, |
114 | vipPicture: true // 为了处理首页最后一张图片 | 114 | vipPicture: true // 为了处理首页最后一张图片 |
115 | }); | 115 | }); |
116 | break; | 116 | break; |
117 | case '3': | 117 | case '3': |
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: '/sale/newSale?channel=' + params.channel | 120 | + url: '/product/sale/newSale?channel=' + params.channel |
121 | }); | 121 | }); |
122 | break; | 122 | break; |
123 | default: | 123 | default: |
-
Please register or login to post a comment