跳到主要内容

bn.hideTabBar

hideTabBar(options): Promise<{}>

description hide tabBar

example

 bn.hideTabBar({
animation: false,
success (res) {
console.log(res)
}
})

Parameters

NameType
optionsShowHideTabBarOptions

Returns

Promise<{}>


ShowHideTabBarOptions

Ƭ ShowHideTabBarOptions: Object

Type declaration

NameTypeDescription
animation?booleanset animation effects