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) { // 用户确认后执行提交操作