...
|
...
|
@@ -197,6 +197,13 @@ exports.handleOutletsBannersData = (origin) => { |
|
|
dest.column = value.data;
|
|
|
}
|
|
|
|
|
|
// 处理右侧一张图片
|
|
|
if (value.template_name === 'single_image') {
|
|
|
dest.limitedBuy.extra.sourceImg = {};
|
|
|
dest.limitedBuy.extra.sourceImg.href = value.data.url;
|
|
|
dest.limitedBuy.extra.sourceImg.img = value.data.src;
|
|
|
}
|
|
|
|
|
|
// 处理热销推荐数据
|
|
|
if (value.template_name === 'recommendCategory') {
|
|
|
dest.limitedBuy.extra.hotType = {};
|
...
|
...
|
|