From 176f0185c2b76cba8de4fc7b81260e7f68c51495 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 22 九月 2025 16:29:14 +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