Commit 9a8faffa19a7b5333b9ea46f4e54fad63c7e6b8b
1 parent
95743af7
nickname的提交
Showing
1 changed file
with
2 additions
and
0 deletions
utils/auth.js
... | ... | @@ -51,6 +51,7 @@ module.exports = { |
51 | 51 | data: { |
52 | 52 | js_code: e, |
53 | 53 | store_id: a.globalData.setting.stoid, |
54 | + nickname:a.globalData.getu.nickName, | |
54 | 55 | }, |
55 | 56 | success: function (e) { |
56 | 57 | console.log("openidandkey"); |
... | ... | @@ -90,6 +91,7 @@ module.exports = { |
90 | 91 | data: { |
91 | 92 | js_code: e, |
92 | 93 | store_id: a.globalData.setting.stoid, |
94 | + nickname:a.globalData.getu.nickName, | |
93 | 95 | }, |
94 | 96 | success: function (e) { |
95 | 97 | console.log("openidandkey"); | ... | ... |