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({