From 60364392f6ea6b260d620a5f778aa9ecf28cb89e Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 23 九月 2025 10:38:32 +0800
Subject: [PATCH] Merge branch 'dev-v1.1'
---
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.10.0