fix 更改登陆openId传值
This commit is contained in:
parent
18ab528f47
commit
a8d171fa8b
@ -37,8 +37,10 @@ Page({
|
|||||||
|
|
||||||
if (e.detail.code) {
|
if (e.detail.code) {
|
||||||
let phoneCode = e.detail.code
|
let phoneCode = e.detail.code
|
||||||
|
let openId = wx.getStorageSync('openId')
|
||||||
|
|
||||||
let data = {
|
let data = {
|
||||||
CustomerXcxOpenid: that.data.code,
|
CustomerXcxOpenid: openId,
|
||||||
Code: phoneCode
|
Code: phoneCode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user