Commit 99654a3f by Lightsnow

add Record unionId

parent 54dc6df0
......@@ -205,6 +205,7 @@ export default {
{
attractingCustomersChannelId: wx.getStorageSync('attractingCustomerChannelId'),
miniOpenId: this.openid,
unionId: this.unionId,
registerFlag: 1,
newRegisterFlag: flag?1:0,//1是新注册用户
}
......@@ -516,13 +517,14 @@ export default {
const query = {
openId: this.openid,
unionId: this.unionId,
headImgUrl: this.userInfo.avatarUrl,
headImgUrl: encodeURIComponent(this.userInfo.avatarUrl),
gender: this.userInfo.gender,
nickname: this.userInfo.nickName,
country: this.userInfo.country,
province: this.userInfo.province,
city: this.userInfo.city,
...this.queryOptions,
param: this.queryOptions.param,
back: this.queryOptions.back,
};
console.log(query,'-------------------519')
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