Authored by 周少峰

Merge branch 'feature/shopName' into release/5.4

@@ -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 = {