Commit 99654a3f by Lightsnow

add Record unionId

parent 54dc6df0
...@@ -205,6 +205,7 @@ export default { ...@@ -205,6 +205,7 @@ export default {
{ {
attractingCustomersChannelId: wx.getStorageSync('attractingCustomerChannelId'), attractingCustomersChannelId: wx.getStorageSync('attractingCustomerChannelId'),
miniOpenId: this.openid, miniOpenId: this.openid,
unionId: this.unionId,
registerFlag: 1, registerFlag: 1,
newRegisterFlag: flag?1:0,//1是新注册用户 newRegisterFlag: flag?1:0,//1是新注册用户
} }
...@@ -516,13 +517,14 @@ export default { ...@@ -516,13 +517,14 @@ export default {
const query = { const query = {
openId: this.openid, openId: this.openid,
unionId: this.unionId, unionId: this.unionId,
headImgUrl: this.userInfo.avatarUrl, headImgUrl: encodeURIComponent(this.userInfo.avatarUrl),
gender: this.userInfo.gender, gender: this.userInfo.gender,
nickname: this.userInfo.nickName, nickname: this.userInfo.nickName,
country: this.userInfo.country, country: this.userInfo.country,
province: this.userInfo.province, province: this.userInfo.province,
city: this.userInfo.city, city: this.userInfo.city,
...this.queryOptions, param: this.queryOptions.param,
back: this.queryOptions.back,
}; };
console.log(query,'-------------------519') console.log(query,'-------------------519')
console.log( serialize(query),'------------------- serialize(query)') console.log( serialize(query),'------------------- serialize(query)')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment