my.hideToast
Hide the toast dialog.
Supported types of mini programs: DSL, H5, H5+
Sample Code
copy
my.hideToast()Parameters
| Property | Type | Required | Description |
| success | Function | No | The callback function for a successful API call. |
| fail | Function | No | The callback function for a failed API call. |
| complete | Function | No | The callback function used when the API call is completed. This function is always executed no matter the call succeeds or fails. |