This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
recycle-front
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: 修复品牌选择器逻辑并更新环境配置
修复品牌选择器中品牌列表过滤逻辑错误,现在正确显示所有品牌 将环境配置从'prod2'更新为'prod'
master
前端-胡立永
1 week ago
parent
1a10e696d7
commit
1451de603c
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
compoent/recycle/brand-selector.vue
+1
-1
config.js
+ 1
- 1
compoent/recycle/brand-selector.vue
View File
@ -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
}
}
)
}
,
+ 1
- 1
config.js
View File
@ -1,5 +1,5 @@
// config.js
const
type
=
'prod
2
'
const
type
=
'prod'
const
config
=
{
local
:
{
Write
Preview
Loading…
Cancel
Save