Authored by 郭成尧

'即将上架'

... ... @@ -98,7 +98,7 @@ exports.getOutletsIndexData = (params, channel) => {
}
// 处理即将上架品牌数据
if (result[6].code === 200) {
if (result[6].code === 200 && !_.isEmpty(result[6].data)) {
finalResult.limitedBuy.extra.comeSoon = outletsProcess.handleComeSoonData(result[6].data);
}
... ...