From b00cdd62e7cae8ee45f68e128537166df4dc0557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Tue, 3 Feb 2026 10:05:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86idcardstatus=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E8=AE=BE=E7=BD=AE=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/authentication/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile/authentication/index.js b/pages/profile/authentication/index.js index a036515..23ca8c7 100644 --- a/pages/profile/authentication/index.js +++ b/pages/profile/authentication/index.js @@ -16,7 +16,7 @@ Page({ address: '', // 居住地址 validStart: '', // 有效期开始 validEnd: '', // 有效期结束 - idcardstatus: 0, // 身份证认证状态:0-待审核,1-审核通过,2-审核失败 + idcardstatus: '', // 身份证认证状态:0-待审核,1-审核通过,2-审核失败 reason: '' // 审核失败原因 },