跳到主要内容

bn.showTabBar

▸ showTabBar(options): Promise<{}>

description show tabBar

example

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

Parameters

NameType
optionsShowHideTabBarOptions

Returns

Promise<{}>


ShowHideTabBarOptions​

Ƭ ShowHideTabBarOptions: Object

Type declaration

NameTypeDescription
animation?booleanset animation effects