底部导航栏全部可以更换
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
|||||||
]).then(() => {
|
]).then(() => {
|
||||||
data.appList = data.appList.filter(Boolean).map(e => {
|
data.appList = data.appList.filter(Boolean).map(e => {
|
||||||
if (data.type == 'mp') {
|
if (data.type == 'mp') {
|
||||||
e.tabbar = e.id == data.extra?.tabBar.list?.[2]?.id
|
e.tabbar = data.extra?.tabBar.list?.map(c => c.id)?.includes(e.id)
|
||||||
}
|
}
|
||||||
return e
|
return e
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user