提交 93fe8582539dfef34d0fba52ef3ee39f8f32a43a

作者 wangyu
2 个父辈 c62c37ec 041456aa

Merge branch '机器人dev_实名认证' into 海峡new

@@ -64,7 +64,7 @@ Page({ @@ -64,7 +64,7 @@ Page({
64 app.globalData.tenant_id = tenant.id; 64 app.globalData.tenant_id = tenant.id;
65 app.globalData.userInfo = user; 65 app.globalData.userInfo = user;
66 app.globalData.wx_open_id = user.wx_open_id; 66 app.globalData.wx_open_id = user.wx_open_id;
67 - 67 + app.globalData.real_auth_status = res.data.user.real_auth_status;
68 app.configOssUrl() 68 app.configOssUrl()
69 wx.reLaunch({ 69 wx.reLaunch({
70 url: '../main/guide/guide' 70 url: '../main/guide/guide'
@@ -125,6 +125,7 @@ Page({ @@ -125,6 +125,7 @@ Page({
125 var tenant = res.data.tenant; 125 var tenant = res.data.tenant;
126 app.globalData.tenant_id = tenant.id; 126 app.globalData.tenant_id = tenant.id;
127 app.globalData.userInfo = user; 127 app.globalData.userInfo = user;
  128 + app.globalData.real_auth_status = res.data.user.real_auth_status;
128 app.globalData.wx_open_id = user.wx_open_id; 129 app.globalData.wx_open_id = user.wx_open_id;
129 app.configOssUrl() 130 app.configOssUrl()
130 wx.reLaunch({ 131 wx.reLaunch({
注册登录 后发表评论