From ae3833a1fc16bd3c9fd13f8301397e5835a9e49c Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sun, 15 Sep 2024 15:31:02 +0800
Subject: [PATCH] fix: 自行排查更改、流程组件完善
---
gz-wxparty/pages/realNameAuthentication/index.js | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diff --git a/gz-wxparty/pages/realNameAuthentication/index.js b/gz-wxparty/pages/realNameAuthentication/index.js
index 75064e1..e77624d 100644
--- a/gz-wxparty/pages/realNameAuthentication/index.js
+++ b/gz-wxparty/pages/realNameAuthentication/index.js
@@ -166,20 +166,7 @@
const res = await realNameAuthenticationApi(this.data.submitData);
$$.hideLoading();
if (res.type) {
- wx.getStorage({
- key: 'userInfo',
- success(res2) {
- console.log('res2', res2);
- let nowData = {
- ...res2.data,
- realStatus: 1,
- }
- wx.setStorage({
- key: 'userInfo',
- data: nowData
- });
- },
- });
+ this.getUserInfo()
$$.showToast({
icon: 'success',
title: '实名认证成功'
--
Gitblit v1.8.0