Commit 0bbf5cc58a3046263f459efff06b6e69c1484a60
1 parent
7caa8604
授权新增头像参数
Showing
1 changed file
with
2 additions
and
1 deletions
utils/auth.js
... | ... | @@ -51,7 +51,8 @@ module.exports = { |
51 | 51 | data: { |
52 | 52 | js_code: e, |
53 | 53 | store_id: a.globalData.setting.stoid, |
54 | - nickname: a.clear_word(a.globalData.getu.nickName) | |
54 | + nickname: a.clear_word(a.globalData.getu.nickName), | |
55 | + head_pic: a.clear_word(a.globalData.getu.avatarUrl) | |
55 | 56 | }, |
56 | 57 | success: function (e) { |
57 | 58 | console.log("openidandkey"); | ... | ... |