From f9340a5bea03835f305c42a97797491eb573eb1a 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: Wed, 4 Feb 2026 17:23:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8F=90=E4=BA=A4=E9=80=BB=E8=BE=91=EF=BC=8C=E5=8F=AA?= =?UTF-8?q?=E5=9C=A8=E5=AE=A1=E6=A0=B8=E9=80=9A=E8=BF=87=E6=97=B6=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=87=8D=E6=96=B0=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/authentication/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/profile/authentication/index.js b/pages/profile/authentication/index.js index 62fa551..692d667 100644 --- a/pages/profile/authentication/index.js +++ b/pages/profile/authentication/index.js @@ -164,11 +164,11 @@ Page({ // 检查当前认证状态 const currentStatus = this.data.idcardstatus; - // 如果当前状态是已通过或已拒绝,显示确认对话框 - if (currentStatus === 1 || currentStatus === 2) { + // 如果当前状态是已通过,显示确认对话框 + if (currentStatus === ) { wx.showModal({ title: '确认重新提交', - content: '您的认证信息已审核,确定要重新提交审核吗?', + content: '您的认证信息已审核通过,确定要重新提交审核吗?', success: (res) => { if (res.confirm) { // 用户确认后执行提交操作