Showing
1 changed file
with
1 additions
and
1 deletions
@@ -98,7 +98,7 @@ exports.getOutletsIndexData = (params, channel) => { | @@ -98,7 +98,7 @@ exports.getOutletsIndexData = (params, channel) => { | ||
98 | } | 98 | } |
99 | 99 | ||
100 | // 处理即将上架品牌数据 | 100 | // 处理即将上架品牌数据 |
101 | - if (result[6].code === 200) { | 101 | + if (result[6].code === 200 && !_.isEmpty(result[6].data)) { |
102 | finalResult.limitedBuy.extra.comeSoon = outletsProcess.handleComeSoonData(result[6].data); | 102 | finalResult.limitedBuy.extra.comeSoon = outletsProcess.handleComeSoonData(result[6].data); |
103 | } | 103 | } |
104 | 104 |
-
Please register or login to post a comment