品牌分类
-
陶瓷瓷砖
-
卫浴洁具
-
家具
- 家具十大
价值"},{"code":"cmsb","name":"高质量发展引领者","id":"366d416057d6455cbc177dc6e0ecafc4","shortName":"高质量发展"},{"code":"gxjs","name":"AAAAA高质量标准","id":"2a6cf4080fe440d69bb6d8c59cbfc5e4","shortName":"AAAAA"},{"code":"fdc500","name":"工程建设推荐品牌","id":"2708205c836949a484d395329ed288cc","shortName":"工程推荐"},{"code":"rssb","name":"设计师推荐品牌","id":"269dfcfe62564e41b2f24c5400608a99","shortName":"设计师推荐"},{"code":"xlpp","name":"十连纹空间美学金奖","id":"c81ce78e4f414259be17faff34b05c89","shortName":"十连纹"},{"code":"yz500","name":"切割无忧金奖","id":"f4534b6ba2f74347ac720cd46cebe2f1","shortName":"切割无忧"},{"code":"shengzhumingshangbiao","name":"品质供应链企业","id":"5d5e7e4714dd4e30870a36ada4fa82c1","shortName":"品质供应链"},{"code":"xinruipp","name":"浴室柜品质十强","id":"9662e792b4af48e48df5b21efb98a4e8","shortName":"浴室柜十强"},{"code":"zhimingqiye","name":"知名企业","id":"11e60d8cb48f4bf0919edec3fc27870f","shortName":"知名企业"},{"code":"zgchiming","name":"产品和服务质量诚信品牌","id":"840147c143b44a499292d94d979e6baa","shortName":"诚信品牌"},{"code":"hangyezhiming","name":"知名品牌","id":"37fc81a8753b4fdd804d7ba76b2b8b14","shortName":"知名品牌"}],"name":"其他","id":"646330acf1334acab62393dcfc1971af"}],
brandtypeName: '',
isBrandtypeSearch: false,
originBrandtypeList: [],
brandtypeList: [],
},
mounted: function() {
const brandtypeList = this.ptList.reduce(function (total, item) {
item.btList.forEach(function(bt) {
bt.parentId = item.id;
total.push(bt);
})
return total;
}, []);
this.originBrandtypeList = brandtypeList || [];
this.brandtypeList = brandtypeList || [];
},
methods: {
filterBrandtype: function () {
if (!headerApp.isBrandtypeSearch && headerApp.brandtypeName) {
headerApp.isBrandtypeSearch = true;
}
headerApp.brandtypeList = headerApp.originBrandtypeList.filter(function(item) {
return (item.name.indexOf(headerApp.brandtypeName) !== -1) || (item.shortName.indexOf(headerApp.brandtypeName) !== -1);
});
},
},
}).$mount('#header');
}, 1000);