请扫码查看示例
# showLoading
打开原生 loading
# 请求参数
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
param | Object | Y | {}属性: type:{ // ^5.11.0Type: Number Default: 0, Description: 0 菊花 1 小蓝动效 } bgStyle:{Type: String, Default: black, Description: black黑底白字 / white白底黑字(loading 样式)>,当 type=0,此设置才生效} title:{Type: String, Default: '', Description: 内容,当 type=0,此设置才生效} | 请求参数 |
# 引入接口模块
import bridge from '@minix-iot/etsbridge-sdk'
1
# 接口调用示例
bridge.showLoading(param)
1