|
@ -243,7 +243,7 @@ export default { |
|
|
|
|
|
|
|
|
// 分离热门品牌和普通品牌 |
|
|
// 分离热门品牌和普通品牌 |
|
|
this.hotBrandList = allBrands.filter(brand => brand.hot == 1) |
|
|
this.hotBrandList = allBrands.filter(brand => brand.hot == 1) |
|
|
this.brandList = allBrands.filter(brand => brand.hot != 1) |
|
|
|
|
|
|
|
|
this.brandList = allBrands |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|