Merge branch 'release/usercenter'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -64,7 +64,7 @@ class Auth { | @@ -64,7 +64,7 @@ class Auth { | ||
64 | return Auth.profile(uid).then((userInfo) => { | 64 | return Auth.profile(uid).then((userInfo) => { |
65 | let token = sign.makeToken(uid); | 65 | let token = sign.makeToken(uid); |
66 | let data = userInfo.data; | 66 | let data = userInfo.data; |
67 | - let encryptionUid = aes.encryptionUid(data.uid); | 67 | + let encryptionUid = aes.encryptionUid(uid); |
68 | 68 | ||
69 | if (data) { | 69 | if (data) { |
70 | let uidCookie = `${data.profile_name}::${encryptionUid}::${data.vip_info.title}::${token}`; | 70 | let uidCookie = `${data.profile_name}::${encryptionUid}::${data.vip_info.title}::${token}`; |
-
Please register or login to post a comment