Commit 9a8faffa19a7b5333b9ea46f4e54fad63c7e6b8b

Authored by yvan.ni
1 parent 95743af7

nickname的提交

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