This commit is contained in:
2024-09-14 15:15:12 +08:00
parent d362fef099
commit 0d91afc1e8

View File

@ -183,7 +183,8 @@ export default {
let res = await uploadImage(formData);
this.vehicleLicenseBack = res.data;
await this.vehicleBackOcrHandler();
}).catch(() => {
}).catch((error) => {
console.log('获取失败了', error)
// 权限获取失败,提示用户手动开启权限
});
},