Showing
1 changed file
with
3 additions
and
3 deletions
@@ -147,7 +147,7 @@ const getPreBrandTopData = args => { | @@ -147,7 +147,7 @@ const getPreBrandTopData = args => { | ||
147 | preferenceBrands: { | 147 | preferenceBrands: { |
148 | name: '优选品牌', | 148 | name: '优选品牌', |
149 | imgBrand: [], | 149 | imgBrand: [], |
150 | - brandUrl:helpers.urlFormat('getbrandFloorDataAjax') | 150 | + brandUrl: helpers.urlFormat('getbrandFloorDataAjax') |
151 | } | 151 | } |
152 | }; | 152 | }; |
153 | 153 | ||
@@ -371,8 +371,8 @@ exports.getbrandFloorDataAjax = type => { | @@ -371,8 +371,8 @@ exports.getbrandFloorDataAjax = type => { | ||
371 | let contentData = res.data.list; | 371 | let contentData = res.data.list; |
372 | 372 | ||
373 | let data = { | 373 | let data = { |
374 | - 'logoBrand':[], | ||
375 | - 'moreBrand':'' | 374 | + logoBrand: [], |
375 | + moreBrand: '' | ||
376 | }; | 376 | }; |
377 | 377 | ||
378 | _.forEach(contentData[6].data, (floorData) => { | 378 | _.forEach(contentData[6].data, (floorData) => { |
-
Please register or login to post a comment