Showing
1 changed file
with
0 additions
and
3 deletions
@@ -181,9 +181,6 @@ function wechatAuthLogin() { // showMsg: 是否显示拒绝授权提示 | @@ -181,9 +181,6 @@ function wechatAuthLogin() { // showMsg: 是否显示拒绝授权提示 | ||
181 | app.setOpenID(data.openid); | 181 | app.setOpenID(data.openid); |
182 | app.setWechatThirdSession(data.srd_session); | 182 | app.setWechatThirdSession(data.srd_session); |
183 | 183 | ||
184 | - | ||
185 | - data.unionid = ''; | ||
186 | - | ||
187 | // 调用getUnionID函数,再次获取unionID | 184 | // 调用getUnionID函数,再次获取unionID |
188 | if (!data.unionid) { | 185 | if (!data.unionid) { |
189 | app.setUnionID(''); | 186 | app.setUnionID(''); |
-
Please register or login to post a comment