From 1b54a5a94c46e3acdb58d9d028f96ba9c86fd306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=AD=A6=E6=96=87?= Date: Mon, 18 Nov 2019 23:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=BC=A0=E5=8F=82=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index f4a2865..bd81042 100644 --- a/app.js +++ b/app.js @@ -108,7 +108,7 @@ App({ data: { code: loginRes.code, // 临时登录凭证 - rawData: infoRes.rawData, // 用户非敏感信息 + userInfo: infoRes.rawData, // 用户非敏感信息 signature: infoRes.signature, // 签名 encryptedData: infoRes.encryptedData, // 用户敏感信息 iv: infoRes.iv // 解密算法的向量