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