From a8d171fa8bfaf836f84272dcfcd4ae37a648b7a9 Mon Sep 17 00:00:00 2001 From: Cxpller Date: Mon, 9 Oct 2023 23:06:12 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=9B=B4=E6=94=B9=E7=99=BB=E9=99=86openI?= =?UTF-8?q?d=E4=BC=A0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/login/login.js b/pages/login/login.js index 78b1e9b..6a5f882 100644 --- a/pages/login/login.js +++ b/pages/login/login.js @@ -37,8 +37,10 @@ Page({ if (e.detail.code) { let phoneCode = e.detail.code + let openId = wx.getStorageSync('openId') + let data = { - CustomerXcxOpenid: that.data.code, + CustomerXcxOpenid: openId, Code: phoneCode }