Appearance
Appearance
closeRecognition
if (this.$refs.refLevenPayment) {
this.$refs.refLevenPayment.closeRecognition(res => {
this.writeLog(JSON.stringify(res))
})
}无
{
"data": {},
"message": "",
"code": 0
}| 参数名 | 参数类型 | 参数描述 |
|---|---|---|
| message | String | 消息提示 |
| data | Object | 数据对象 |
| code | Integer | 返回类型,0.成功,其他:失败 |