Authored by biao

优选品牌

... ... @@ -147,7 +147,7 @@ const getPreBrandTopData = args => {
preferenceBrands: {
name: '优选品牌',
imgBrand: [],
brandUrl:helpers.urlFormat('getbrandFloorDataAjax')
brandUrl: helpers.urlFormat('getbrandFloorDataAjax')
}
};
... ... @@ -371,8 +371,8 @@ exports.getbrandFloorDataAjax = type => {
let contentData = res.data.list;
let data = {
'logoBrand':[],
'moreBrand':''
logoBrand: [],
moreBrand: ''
};
_.forEach(contentData[6].data, (floorData) => {
... ...