diff --git a/compoent/recycle/brand-selector.vue b/compoent/recycle/brand-selector.vue index f2ede77..f6b0602 100644 --- a/compoent/recycle/brand-selector.vue +++ b/compoent/recycle/brand-selector.vue @@ -243,7 +243,7 @@ export default { // 分离热门品牌和普通品牌 this.hotBrandList = allBrands.filter(brand => brand.hot == 1) - this.brandList = allBrands.filter(brand => brand.hot != 1) + this.brandList = allBrands } }) }, diff --git a/config.js b/config.js index 97f54ce..748dd22 100644 --- a/config.js +++ b/config.js @@ -1,5 +1,5 @@ // config.js -const type = 'prod2' +const type = 'prod' const config = { local: {