wupengfei
2025-09-23 ea2b7550b7741e730fb4b82e9106b06109d65d98
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;