From 9a8faffa19a7b5333b9ea46f4e54fad63c7e6b8b Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Wed, 8 Jul 2020 14:08:42 +0800 Subject: [PATCH] nickname的提交 --- utils/auth.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/utils/auth.js b/utils/auth.js index ca87f8b..ba086b7 100644 --- a/utils/auth.js +++ b/utils/auth.js @@ -51,6 +51,7 @@ module.exports = { data: { js_code: e, store_id: a.globalData.setting.stoid, + nickname:a.globalData.getu.nickName, }, success: function (e) { console.log("openidandkey"); @@ -90,6 +91,7 @@ module.exports = { data: { js_code: e, store_id: a.globalData.setting.stoid, + nickname:a.globalData.getu.nickName, }, success: function (e) { console.log("openidandkey"); -- libgit2 0.21.4