uni.showLoading(options)
显示 loading 提示框, 需主动调用 uni.hideLoading 才能关闭提示框。
参数
ShowLoadingOptions 属性值
名称 | 类型 | 必备 | 默认值 | 描述 |
title | string | 是 | - | 提示的内容,长度与 icon 取值有关。 |
mask | boolean | 否 | - | 是否显示透明蒙层,防止触摸穿透,默认:false |
success | (res: ShowLoadingSuccess) => void | 否 | - | 接口调用成功的回调函数 |
fail | (res: UniError) => void | 否 | - | 接口调用失败的回调函数 |
complete | (res: any) => void | 否 | - | 接口调用结束的回调函数(调用成功、失败都会执行) |
showLoading 兼容性
安卓系统版本 | 安卓 uni-app | 安卓 uni-app-x | iOS 系统版本 | iOS uni-app | iOS uni-app-x |
4.4.4 | √ | 3.9.0 | 9.0 | √ | 3.9.0 |
参见
showLoading
通用类型
GeneralCallbackResult
名称 | 类型 | 必备 | 默认值 | 描述 |
errMsg | string | 是 | - | 错误信息 |