From 1451de603c94c4bf946fe2d355023e86a855756e Mon Sep 17 00:00:00 2001 From: hly <2783385703@qq.com> Date: Fri, 29 Aug 2025 13:22:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=93=81=E7=89=8C?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E9=80=BB=E8=BE=91=E5=B9=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复品牌选择器中品牌列表过滤逻辑错误,现在正确显示所有品牌 将环境配置从'prod2'更新为'prod' --- compoent/recycle/brand-selector.vue | 2 +- config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {