# wx.hideHomeButton(Object object)
Start from base library version 2.8.3. Please remaining backward compatible.
with Promise style call: Supported
Need page permissions: Mini Programs cannot call this interface from a plugin page, and plugins cannot call the interface from the plugins page
Mini Program plugin: Not supported
Hide the return home on. WeChat version 7.0.7, when the user opened the bottom page of the Mini Program is not the home page, the default display "return home" on, developers can be on the page onShow Call in hideHomeButton To hide.
# parameter
# Object object
attribute | type | Default values | Required | Introductions |
---|---|---|---|---|
success | function | no | Interface calls the successful callback function | |
fail | function | no | Interface calls failed callback functions | |
complete | function | no | Callback function at the end of an interface call (both successful and unsuccessful calls are executed) |