# 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,此设置才生效} colorMode: {Type: String, Default: '1', Description: 1:黑色字体色系模式,2:白色字体色系模式 } | 请求参数 |
# 接口调用示例
this.$bridge.showLoading(param)
1