Merge branch 'feature/shopName' into release/5.4
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -308,7 +308,7 @@ const getShopList = params => { | @@ -308,7 +308,7 @@ const getShopList = params => { | ||
308 | _.get(shops, 'data.shopBrandInfo.brandInfo', {}); | 308 | _.get(shops, 'data.shopBrandInfo.brandInfo', {}); |
309 | 309 | ||
310 | if (_.isEmpty(shopInfo)) { | 310 | if (_.isEmpty(shopInfo)) { |
311 | - return shopEntry; | 311 | + return; |
312 | } | 312 | } |
313 | 313 | ||
314 | shopEntry = { | 314 | shopEntry = { |
-
Please register or login to post a comment