From e46e1f432f1bff627320ae1640808347b17e5512 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 13:52:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E9=A1=B5=E9=9D=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/authentication/index.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pages/profile/authentication/index.js b/pages/profile/authentication/index.js index 23ca8c7..62fa551 100644 --- a/pages/profile/authentication/index.js +++ b/pages/profile/authentication/index.js @@ -286,15 +286,10 @@ Page({ wx.hideLoading(); wx.showToast({ - title: '认证成功', + title: '提交审核成功', icon: 'success', duration: 1500 }); - - // 延时返回上一页 - setTimeout(() => { - this.navigateBack(); - }, 1500); } else { wx.hideLoading(); wx.showToast({