正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
| ... | ... | @@ -64,7 +64,7 @@ Page({ |
| 64 | 64 | app.globalData.tenant_id = tenant.id; |
| 65 | 65 | app.globalData.userInfo = user; |
| 66 | 66 | app.globalData.wx_open_id = user.wx_open_id; |
| 67 | - | |
| 67 | + app.globalData.real_auth_status = res.data.user.real_auth_status; | |
| 68 | 68 | app.configOssUrl() |
| 69 | 69 | wx.reLaunch({ |
| 70 | 70 | url: '../main/guide/guide' | ... | ... |
| ... | ... | @@ -125,6 +125,7 @@ Page({ |
| 125 | 125 | var tenant = res.data.tenant; |
| 126 | 126 | app.globalData.tenant_id = tenant.id; |
| 127 | 127 | app.globalData.userInfo = user; |
| 128 | + app.globalData.real_auth_status = res.data.user.real_auth_status; | |
| 128 | 129 | app.globalData.wx_open_id = user.wx_open_id; |
| 129 | 130 | app.configOssUrl() |
| 130 | 131 | wx.reLaunch({ | ... | ... |
请
注册
或
登录
后发表评论