@ -286,15 +286,10 @@ Page({
wx.hideLoading();
wx.showToast({
title: '认证成功',
title: '提交审核成功',
icon: 'success',
duration: 1500
});
// 延时返回上一页
setTimeout(() => {
this.navigateBack();
}, 1500);
} else {