encryptedData

wechat_user_type
Ge Hao 8 years ago
parent f1698ae903
commit 053afa0aff
  1. 2
      app.js

@ -27,7 +27,7 @@ App({
wx.setStorageSync('code', res.code)
wx.getUserInfo({
success: function (res) {
that.globalData.encrypted = {encryptData: res.encryptedData, iv: res.iv}
that.globalData.encrypted = {encryptedData: res.encryptedData, iv: res.iv}
that.globalData.userInfo = res.userInfo
typeof cb == "function" && cb(that.globalData.userInfo)
}

Loading…
Cancel
Save