界面交互hideToastVersion: 2.xOn this pageTaro.hideToast(option)隐藏消息提示框参考文档类型(option?: Option) => void参数Option参数类型必填说明complete(res: CallbackResult) => void否接口调用结束的回调函数(调用成功、失败都会执行)fail(res: CallbackResult) => void否接口调用失败的回调函数success(res: CallbackResult) => void否接口调用成功的回调函数API 支持度API微信小程序H5React NativeTaro.hideToast✔️✔️✔️