输入输出代码示例 hideToast 1.0.0+ 隐藏灰色背景的消息提示框。 提示 loading 的实现基于 toast,所以hideToast也会将 loading 隐藏 输入无输入 输出各callback参数均无额外属性 代码示例tt.hideToast({ success (res) { console.log(`${res}`); }, fail (res) { console.log(`hideToast调用失败`); }}); 原文: https://developer.toutiao.com/docs/api/hideToast.html