提交 34e3177570794b9e356cf5b5746c1bdc90a8e4fb

作者 wangyu
2 个父辈 8bd32fd7 041456aa

Merge branch '机器人dev_实名认证' into 机器人dev

... ... @@ -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'
... ...
... ... @@ -116,6 +116,7 @@ Page({
116 116 var tenant = res.data.tenant;
117 117 app.globalData.tenant_id = tenant.id;
118 118 app.globalData.userInfo = user;
  119 + app.globalData.real_auth_status = res.data.user.real_auth_status;
119 120 app.globalData.wx_open_id = user.wx_open_id;
120 121 app.configOssUrl()
121 122 wx.reLaunch({
... ...
注册登录 后发表评论