Browse Source

feat: 更新身份认证页面逻辑

蛋吧eggbar
徐飞洋 1 month ago
parent
commit
e46e1f432f
  1. 7
      pages/profile/authentication/index.js

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

Loading…
Cancel
Save