From 4120a886b89c4f3935352c2b7abfc8ce4d028147 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 23 九月 2025 17:01:03 +0800 Subject: [PATCH] fix: bug --- apps/cMiniApp/src/subpackages/authentication/authenticationRealName/InnerPage.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/apps/cMiniApp/src/subpackages/authentication/authenticationRealName/InnerPage.vue b/apps/cMiniApp/src/subpackages/authentication/authenticationRealName/InnerPage.vue index a7a1cef..dae5564 100644 --- a/apps/cMiniApp/src/subpackages/authentication/authenticationRealName/InnerPage.vue +++ b/apps/cMiniApp/src/subpackages/authentication/authenticationRealName/InnerPage.vue @@ -157,9 +157,8 @@ function handleFrontImgUrlChange(response: FileItem) { userCredentialVerifyOcrIDCard({ - response: response, + url: response?.url, access: EnumOcrAccess.Baidu, - isOssUrl: true, onSuccess(res) { if (res.model?.name) form.name = res.model?.name; if (res.model?.identity) form.identity = res.model?.identity; -- Gitblit v1.9.1