Authored by 周少峰

Merge branch 'release/4.6' of http://git.yoho.cn/fe/yohobuy-node into release/4.6

@@ -223,10 +223,10 @@ exports.handleOutletsActivityData = (origin, name) => { @@ -223,10 +223,10 @@ exports.handleOutletsActivityData = (origin, name) => {
223 // 处理奥莱活动列表数据 223 // 处理奥莱活动列表数据
224 _.forEach(origin, value => { 224 _.forEach(origin, value => {
225 let activity = { 225 let activity = {
226 - href: helpers.urlFormat('/product/outlets/special/detail', {productPool: value.productPool}) 226 + href: helpers.urlFormat('/product/outlets/special/detail', {productPool: value.productPoolId})
227 }; 227 };
228 228
229 - activity.href = helpers.urlFormat('/product/outlets/special/detail', {productPool: value.productPool}); 229 + activity.href = helpers.urlFormat('/product/outlets/special/detail', {productPool: value.productPoolId});
230 activity.img = value.webCoverUrl; 230 activity.img = value.webCoverUrl;
231 activity.logo = value.logoUrl; 231 activity.logo = value.logoUrl;
232 activity.title = value.title; 232 activity.title = value.title;