clearNfcInfo
nfc 进入之后,希望清楚 nfc 数据,则调用这个方法
#请求参数
| Prop |
Type |
Required |
Default |
Description |
param |
Object |
Y |
{} |
请求参数 |
#接口调用示例
this.$bridge
.clearNfcInfo(params)
.then(res => {
this.$alert(res)
})
.catch(err => {
this.$toast(err)
})
#返回参数
| Prop |
Type |
Default |
Description |
errorMessage |
String |
N/A |
错误消息(如有) |