Commit 4f711408 by biao

1111111

parent f657e9a8
......@@ -12,7 +12,6 @@
"pages/ageChange/ageChange",
"pages/donationDetail/donationDetail",
"pages/donationIndex/donationIndex",
"pages/userDonation/userDonation",
"pages/searchCircle/searchCircle",
"pages/newCircleEvent/newCircleEvent",
"pages/circleDetails/circleDetails",
......
......@@ -83,6 +83,7 @@ Page({
//提交注册
regist(){
var that = this;
var config = wx.getStorageSync('config');
// 获取用户信息
wx.getUserInfo({
......@@ -110,7 +111,7 @@ Page({
unionId: resp.data.result.unionId,
openId: config.openId,
headerImg: app.globalData.userInfo.avatarUrl,
qrId: this.data.qrId,
qrId: that.data.qrId,
},
header: { 'content-type': 'application/json' },
method: 'GET',
......
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