fix 更改登陆openId传值

This commit is contained in:
Cxpller 2023-10-09 23:06:12 +08:00
parent 18ab528f47
commit a8d171fa8b

View File

@ -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
}