Authored by bevishuang

分类品牌优化

... ... @@ -58,7 +58,7 @@ export default function() {
name: val.brand_name,
image: val.brand_logo,
type: 1,//表示 品牌
linkType: '',
linkType: 'brand',
link: '',
isShow: false,
}
... ... @@ -67,7 +67,7 @@ export default function() {
let category = [{
id:'',
image:'',
linkType:'',
linkType:'brand',
name:'全部品牌',
sub: sub,
}];
... ...