From 053afa0aff385db22c58e25eebd3b14856cc7c8c Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Thu, 22 Dec 2016 17:28:17 +0800 Subject: [PATCH] encryptedData --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 872cdd6..b331327 100644 --- a/app.js +++ b/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) }