log
This commit is contained in:
@ -183,7 +183,8 @@ export default {
|
|||||||
let res = await uploadImage(formData);
|
let res = await uploadImage(formData);
|
||||||
this.vehicleLicenseBack = res.data;
|
this.vehicleLicenseBack = res.data;
|
||||||
await this.vehicleBackOcrHandler();
|
await this.vehicleBackOcrHandler();
|
||||||
}).catch(() => {
|
}).catch((error) => {
|
||||||
|
console.log('获取失败了', error)
|
||||||
// 权限获取失败,提示用户手动开启权限
|
// 权限获取失败,提示用户手动开启权限
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user