my.hideTabBar
Version requirements: Basic library 1.11.0 or higher version. If the version is low, suggest Compatible treatment
Hide tabbar.
Sample Code
copy
my.hideTabBar({
animation: true
})
Parameters
The incoming parameter is of the Object type with the following attributes:
Attributes | Type | Mandatory | Description |
animation | Boolean | No | Need animation effect or not, none by default |
success | Function | No | Callback function for interface call success |
fail | Function | No | Callback function for interface call failure |
complete | Function | No | Callback function for interface call completion (to be executed for both call success and failure) |