...
|
...
|
@@ -253,8 +253,6 @@ const indexData = (gender, brandCode, channel, appType) => { |
|
|
brandList.bannerTop = data;
|
|
|
} else if (data.focus_type && data.focus_type === '2') {
|
|
|
brandList.focusData = data.data;
|
|
|
} else if (data.template_name === 'single_image') {
|
|
|
brandList.bannerTop = data;
|
|
|
}
|
|
|
});
|
|
|
}
|
...
|
...
|
@@ -271,7 +269,7 @@ const indexData = (gender, brandCode, channel, appType) => { |
|
|
}
|
|
|
|
|
|
list.brandList = brandList;
|
|
|
|
|
|
|
|
|
return list;
|
|
|
});
|
|
|
};
|
...
|
...
|
|